yolov5_deepsort_tensorrt_cpp icon indicating copy to clipboard operation
yolov5_deepsort_tensorrt_cpp copied to clipboard

requirements.txt not found

Open YuzhouPeng opened this issue 3 years ago • 7 comments

could you please tell me where is requirements.txt?

meanwhile, I pip install yolov5_deepsort_tensorrt project's requirements.txt, then I run demo.py I found this error:

Traceback (most recent call last): File "demo.py", line 10, in import yolo_deepsort ImportError: libyolov5.so: cannot open shared object file: No such file or directory

YuzhouPeng avatar Jan 05 '22 01:01 YuzhouPeng

There is no requirements.txt, I made a typo in the README.

Can you tell the situation how you run the demo.py?

cong avatar Jan 06 '22 05:01 cong

I run demo.py and output following errors:

Traceback (most recent call last): File "demo.py", line 10, in import yolo_deepsort ModuleNotFoundError: No module named 'yolo_deepsort'

YuzhouPeng avatar Jan 06 '22 08:01 YuzhouPeng

What platform did you test on ?x86 or Jetson NX/TX2 ?

cong avatar Jan 06 '22 09:01 cong

x86

YuzhouPeng avatar Jan 06 '22 09:01 YuzhouPeng

x86

Ubuntu with python 3.7 ?

cong avatar Jan 06 '22 09:01 cong

yes, ubuntu with python 3.7

YuzhouPeng avatar Jan 06 '22 09:01 YuzhouPeng

yes, ubuntu with python 3.7

I haven’t encountered this kind of problem for the time being, I can't help you now, sorry for that.

cong avatar Jan 06 '22 09:01 cong