cong / yolov5_deepsort_tensorrt_cpp

This repo is a C++ version of yolov5_deepsort_tensorrt. Packing all C++ programs into .so files, using Python script to call C++ programs further.
MIT License
49 stars 5 forks source link

requirements.txt not found #2

Open YuzhouPeng opened 2 years ago

YuzhouPeng commented 2 years ago

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

cong commented 2 years ago

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

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

YuzhouPeng commented 2 years ago

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'

cong commented 2 years ago

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

YuzhouPeng commented 2 years ago

x86

cong commented 2 years ago

x86

Ubuntu with python 3.7 ?

YuzhouPeng commented 2 years ago

yes, ubuntu with python 3.7

cong commented 2 years ago

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.