RCF-pytorch icon indicating copy to clipboard operation
RCF-pytorch copied to clipboard

How to extract PASCAL and HED-BSDS and evaluate.py?

Open za13 opened this issue 3 years ago • 0 comments

I created a data folder and placed the downloaded PASCAL and HED-BSDS tar.gz files in it. Then, I extracted them into folders PASCAL and HED-BSDS. I ran the train_RCF.py and then got errors about missing files, so I then created a new folder named HED-BSDS_PASCAL and placed the HED-BSDS and PASCAL folders in it

After running the training again, it says no such file or directory data/HED-BSDS_PASCAL/HED-BSDS/train/aug_gt_scale_0.5/90.0_1_0/143090.png

I see there is 143090.jpg in there instead. Do I have to change all the png to jpg in bsds_pascal_train_pair.lst?

Also, where is evaluate.py?

za13 avatar Sep 02 '20 01:09 za13