huangkuns / wireframe

217 stars 45 forks source link

linepx doesn't output extracted lines #1

Open joemenke opened 6 years ago

joemenke commented 6 years ago

Following the instructions on the page, when I get to the section to run wireframe.py I get the error: "No such file or directory: 'result/linepx/1/00031546_line.npy'"

As far as I can tell from the code none of the files in the linepx folder reference the result directory, nor do these files seem to be output to any other directory.

huangkuns commented 6 years ago

Seems a path error, I'll fix it soon.

tianjiaoding commented 6 years ago

Hi, did you intend to do the testing? For the choice of epoch, please take a look here. Please let me know if this solves your problem.

Best

huangkuns commented 6 years ago

After executing the test code in linepx folder, the test result will be in ROOT_FOLDER/result/linepx/0 by default. PS: I made a change in test() function and wireframe.py.