Implementing CONSTRAINED R-CNN

Hello, Everyone

I am trying to implement a paper-based CONSTRAINED R-CNN: A GENERAL IMAGE MANIPULATION DETECTION MODEL. The author has done the coding in TensorFlow, however, it is somewhat difficult for me to understand. Furthermore, I am really confused about how should I start the implementation using fastai/pytorch.

Thank you