zhou13 / lcnn

LCNN: End-to-End Wireframe Parsing
MIT License
494 stars 94 forks source link

eval-APH.py evaluation #40

Closed zxydsd closed 3 years ago

zxydsd commented 3 years ago

Hello, I have a question.An error occurred when I ran eval-APH.py.

ntermediate matlab results will be saved at: post/RUN-ITERATION/0_010-APH/mat Running: matlab -nodisplay -nodesktop -r "dbstop if error; eval_release('data/wireframe/valid-images/', 'data/wireframe/valid/', 'post/RUN-ITERATION/0_010-APH/result.mat', 'post/RUN-ITERATION/0_010-APH/mat', 128); quit;" /bin/sh: 1: matlab: not found Traceback (most recent call last): File "/root/anaconda3/envs/python367/lib/python3.6/site-packages/scipy/io/matlab/mio.py", line 39, in _open_file return open(file_like, mode), True FileNotFoundError: [Errno 2] No such file or directory: 'post/RUN-ITERATION/0_010-APH/result.mat'

I saw that there was no result.mat in the code. How did you do that?Please give me some advices. Thank you very much.

zhou13 commented 3 years ago

The error gives you the reason/bin/sh: 1: matlab: not found. Please install Matlab and follow the instruction.

zxydsd commented 3 years ago

I will run eval-APH.py after I install MATLAB.

intermediate matlab results will be saved at: post/RUN-ITERATION/0_010-APH\mat Traceback (most recent call last): File "C:\Users\AppData\Local\conda\conda\envs\pytorch\lib\site-packages\scipy\io\matlab\mio.py", line 39, in _open_file return open(file_like, mode), True FileNotFoundError: [Errno 2] No such file or directory: 'post/RUN-ITERATION/0_010-APH\mat\0.5\0_010\000000.mat'