zcong17huang/FastLFnet

where is 'additional_invalid_area' ?

Closed this issue · 1 comments

Hi, Thanks for your great work.

However, when I run codestep1 python train.py , it went wrong with this line

boolmask_img6 = imageio.imread(os.path.normcase(os.path.join(args.datapath, 'full_data/additional_invalid_area/kitchen/input_Cam040_invalid_ver2.png')))

It seems that I didn't have this image,Do I download the wrong dataset of kitchen scene? I only have additional folder data, but not additional_invalid_area and input_cam040_invalid_ver.png

Hi, Thanks for your great work.

However, when I run codestep1 python train.py , it went wrong with this line

boolmask_img6 = imageio.imread(os.path.normcase(os.path.join(args.datapath, 'full_data/additional_invalid_area/kitchen/input_Cam040_invalid_ver2.png')))

It seems that I didn't have this image,Do I download the wrong dataset of kitchen scene? I only have additional folder data, but not additional_invalid_area and input_cam040_invalid_ver.png

I think you forgot the mask of reflection areas, the same as Issue 2. Please reference to EPINet. Thanks a lot.