pkuCactus / BDCN

The code for the CVPR2019 paper Bi-Directional Cascade Network for Perceptual Edge Detection
MIT License
345 stars 75 forks source link

Error running test.py script #14

Open LoveSimons opened 5 years ago

LoveSimons commented 5 years ago

Hello, thanks for your sharing. I am very interested in your work.I ran the code you Shared. The training script worked perfectly on different data sets, but the test script didn't.train.txt file has two columns of image list, at this time, the file test.txt only has one column of image list, does the file test.txt also need two columns of image list?,Besides, shouldn't testing the effect of edge detection be done on color images?Shouldn't gt images be required?Looking forward to your reply!

huberthomas commented 5 years ago

For testing I create the list on the fly, see here https://github.com/huberthomas/bdcn/blob/master/forward_all.py#L54 The code is still under work, but the idea should be clear.

shiyanrubing commented 5 years ago

@pkuCactus 非常感谢您公开源代码,貌似测试代码不能直接使用,不知您是否方便更新一下第一版的代码?