Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eval-APH.py evaluation #40

Closed
zxydsd opened this issue Oct 24, 2020 · 2 comments
Closed

eval-APH.py evaluation #40

zxydsd opened this issue Oct 24, 2020 · 2 comments
Labels
question Further information is requested

Comments

@zxydsd
Copy link

zxydsd commented Oct 24, 2020

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
Copy link
Owner

zhou13 commented Oct 24, 2020

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

@zhou13 zhou13 closed this as completed Oct 24, 2020
@zhou13 zhou13 added the question Further information is requested label Oct 24, 2020
@zxydsd
Copy link
Author

zxydsd commented Oct 24, 2020

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants