Media-Smart / vedadet

A single stage object detection toolbox based on PyTorch
Apache License 2.0
498 stars 128 forks source link

cuda version #41

Closed LittleTigger-alpha closed 3 years ago

LittleTigger-alpha commented 3 years ago

Is cuda version 10.1 is OK? I am difficult to run this program. Is it because of the version?

LittleTigger-alpha commented 3 years ago

when I run pip install -v -e . , the error is no cuda in setup.py. But when I only run python setup.py, it dont't say error. Why?

LittleTigger-alpha commented 3 years ago

I have solved it. I try python setup.py develop instead of pip install -v -e .