Image_manipulation_detection icon indicating copy to clipboard operation
Image_manipulation_detection copied to clipboard

Paper: CVPR2018, Learning Rich Features for Image Manipulation Detection

Results 20 Image_manipulation_detection issues
Sort by recently updated
recently updated
newest added

hello ,buddy: I run command "python train.py" at the directory "Image_manipulation_detection-master/train.py",the terminal show the error "File "/tmp/pycharm_project_48/Image_manipulation_detection-master/lib/utils/bbox.py", line 8 cimport cython ^ SyntaxError: invalid syntax " I already run "python...

I tried to run the demo_two_stream.py by downloading the vgg16.ckpt but not able to load the model.

To calculate the per-pixel F1 score, a probability map is needed for generating a binary mask. However, the output of the model is just four bounding boxes and the picture's...

hello, can you talk about the pre-train noise stream's vgg weights on ImageNet more details? thanks. for accurate prediction, please pre-train noise stream's vgg weights on ImageNet and overwrite the...

Hi, I don't understand the SETUP instructions completely, especially this sentence: for accurate prediction, please pre-train noise stream's vgg weights on ImageNet and overwrite the trainable setting of noise stream...

can anybody help where to start...thanks in advance

How can I run this code on my own data?

In this paper, casia dataset obtains the ground truth mask by tampering with the difference between the image and the original image and performing threshold processing. How is this done?...