ISICV / ManTraNet

ManTra-Net: Manipulation Tracing Network For Detection And Localization of Image Forgeries With Anomalous Features
257 stars 68 forks source link

about training #13

Open yelusaleng opened 2 years ago

yelusaleng commented 2 years ago

hi, Are the two networks (image manipulation tract feature extractor and local anomaly detection network) trained separately?

RonyAbecidan commented 2 years ago

Hello again,

After re-reading the article, you're right, they have been trained separately on different datasets before being merged.

yelusaleng commented 2 years ago

@RonyAbecidan lol, thanks again. I would like to know the model details, do you know what is the full model for both networks? I was able to successfully train the mantranet using your code, but the results are not so good, and I would like to train the two models correctly and separately.

yelusaleng commented 2 years ago

after re-reading the paper, I guess that the image manipulation tract feature extractor is the same as VGG net. but, I still do not know the structure of the second network.