pengzhou1108/RGB-N

Datasets

Opened this issue · 8 comments

Hi,
Is there only 11,835 images in the dataset download link provided? I remember that the paper said that there is a 42K tampered and authentic image pairs.

Hi,
Is there only 11,835 images in the dataset download link provided? I remember that the paper said that there is a 42K tampered and authentic image pairs.

Hi,

The number counts flipped images as well. There are 22K images (11K pairs) in total, however, you can generate more given the code in github.

Thanks!

Hi,
Is there only 11,835 images in the dataset download link provided? I remember that the paper said that there is a 42K tampered and authentic image pairs.

Hi,

The number counts flipped images as well. There are 22K images (11K pairs) in total, however, you can generate more given the code in github.

Thanks!

Hi,
I hope to create a larger copy-move dataset, but I have encountered a problem. When I followed README to the third step of the Synthetic Dataset, there was no error here, but the hint was that the picture could not be found. The command I entered is sh run_demo.sh 1 100, is that right?

Just like this:

_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000487876.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000487058.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000503378.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000119953.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000103564.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000430086.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000564781.jpg'
finished
0

Just like this:

_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000487876.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000487058.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000503378.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000119953.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000103564.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000430086.jpg'
[Errno 2] No such file or directory: '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff/train2014/train2014/COCO_train2014_000000564781.jpg'
finished
0

Hi,

To generate synthetic dataset, you should download images from COCO first. If you have COCO images already, then the path might be wrong.

Hi,
I checked the path and made sure there was nothing wrong with it. Could it be that the COCOAPI configuration is wrong?

Hi,
I checked the path and made sure there was nothing wrong with it. Could it be that the COCOAPI configuration is wrong?

hi,i am a postgraduate who focused on image forgery detection, I'm reproducing this network, too. can you add my wechat so we can talk to each other. My wechat: L691017063

Hi,
I checked the path and made sure there was nothing wrong with it. Could it be that the COCOAPI configuration is wrong?

Maybe you can try this in demo.py: dataDir= '/home/guozhiqing/Desktop/RGB-N-master/coco_synthetic/cocostuff