Closed JonathanLi19 closed 2 years ago
Did you run the last step in the installation guidance? And did you run python setup.py develop?
Did you run the last step in the installation guidance? And did you run python setup.py develop?
Yes, I have already run both of them
Are you running the command under the root of OpemCOOd?
Are you running the command under the root of OpemCOOd?
yes
This is wired. I have not encountered this before. Did you activate the environment? Can you do testing? Did you try to reinstall the environment?
This is wired. I have not encountered this before. Did you activate the environment? Can you do testing? Did you try to reinstall the environment?
ok thank you. I will try to reinstall the whole environment. maybe I made some mistakes during installation
This is wired. I have not encountered this before. Did you activate the environment? Can you do testing? Did you try to reinstall the environment?
ok thank you. I will try to reinstall the whole environment. maybe I made some mistakes during installation
I encounterd this problem. Could you tell me how you solve this? Thank you
This is wired. I have not encountered this before. Did you activate the environment? Can you do testing? Did you try to reinstall the environment?
ok thank you. I will try to reinstall the whole environment. maybe I made some mistakes during installation
I encounterd this problem. Could you tell me how you solve this? Thank you
At that time, I first installed opencood on a machine without gpus and then turned to a machine with gpus. You should try install it all on one machine with gpu. Hope this can help you.
Thank you
Sorry to disturb you again. I Installed opencood in a machine with gpu. However, it still appear this problem. I config the environment according to the environment.yml. If you are convenient, can you add me webchat. wbchat:YXL6009202185
Sorry to disturb you again. I Installed opencood in a machine with gpu. However, it still appear this problem. I config the environment according to the environment.yml. If you are convenient, can you add me webchat. wbchat:YXL6009202185
I meet the same problem. Did you solve the problem?
Don't worry, this problem was caused from the lack of essential conda enviroment set up. Try to run the command
at OpenCood directory more than once till no compile error was reported.
python setup.py develop
run the code in shell
python opencood/utils/setup.py build_ext --inplace
Hi! When I tried to train a model ,it shows a model_notfound_error: However, when I tried to import it in a python console,it can be imported: How can I fix this problem? thank you!