DerrickXuNu / OpenCOOD

[ICRA 2022] An opensource framework for cooperative detection. Official implementation for OPV2V.
https://mobility-lab.seas.ucla.edu/opv2v/
Other
663 stars 99 forks source link

No module named 'opencood.utils.box_overlaps' #36

Closed JonathanLi19 closed 2 years ago

JonathanLi19 commented 2 years ago

Hi! When I tried to train a model ,it shows a model_notfound_error: 屏幕截图 2022-08-05 134000 However, when I tried to import it in a python console,it can be imported: 屏幕截图 2022-08-05 134156 How can I fix this problem? thank you!

DerrickXuNu commented 2 years ago

Did you run the last step in the installation guidance? And did you run python setup.py develop?

JonathanLi19 commented 2 years ago

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

DerrickXuNu commented 2 years ago

Are you running the command under the root of OpemCOOd?

JonathanLi19 commented 2 years ago

Are you running the command under the root of OpemCOOd?

yes

DerrickXuNu commented 2 years ago

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?

JonathanLi19 commented 2 years ago

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

yxlbit commented 1 year ago

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

JonathanLi19 commented 1 year ago

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.

yxlbit commented 1 year ago

Thank you

yxlbit commented 1 year ago

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

XJTU-Haolin commented 1 year ago

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?

hitmachineWu commented 1 year ago

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

ghost commented 1 year ago

run the code in shell

python opencood/utils/setup.py build_ext --inplace