-
Notifications
You must be signed in to change notification settings - Fork 43
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
Questions about script files #13
Comments
Hello, the running command should be
Hope these commands can help you. |
Thank you. I solved the error, but another error occurred.
Can you tell me what version of mmcv is? |
It seems that you have installed the mmcv, but have not installed build requirements. Please refer to the step 5 of THIS LINK. The version of mmcv should be 1.0.5, that is OK. |
Thanks, I successfully modified the code according to your advice. |
You should only modify configs/MIAOD.py if you can convert your other training and test data into PASCAL VOC format. It contains all parameters and settings. |
Hello, I want to run your code, but there was an error, so I am leaving a question.
When running ./script.sh $0 , the nohup_0.log file is created in the log_nohup folder, but it is empty.
After that, I run the script.sh file, it will not run, and also PYTHONPATH is not printed.
In addition, when running python tools/train.py and python mmdet/apis/train.py on terminal, there is no error and nothing is output.
What should I do in this case? I'd appreciate it if you could give me an answer.
The text was updated successfully, but these errors were encountered: