cong

Results 31 comments of cong

> Traceback (most recent call last): File "demo.py", line 11, in import yolo_deepsort ModuleNotFoundError: No module named 'yolo_deepsort' 能具体说明下报错的情景么? Can you specify the situation where the error is reported?

> 请问 `yolo_deepsort.cpython-37m-x86_64-linux-gnu.so`文件是如何生成的,可以提供源码或方法吗?产生`ModuleNotFoundError: No module named 'yolo_deepsort' `错误,可能是共享的so文件与当前使用的系统不适配。 您好,暂时没办法提供源码,

暂时没办法共享哈,抱歉

There is no requirements.txt, I made a typo in the README. Can you tell the situation how you run the demo.py?

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

> x86 Ubuntu with python 3.7 ?

> 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.

Sorry, there really doesn't appear this "/usr/local/lib/python2.7/dist-packages/tensorflow/" folder in my system. Did you compile "Cython" according to the official tutorial? And you can refer to this issue (https://github.com/tensorflow/models/issues/1603).

@cdlwhm1217096231 I‘m running this code today, and there is no error. How do you build the environment? 今天我在云服务器上运行了这个repo,没有报错,私以为和你配的环境有关...

@cdlwhm1217096231 ```sh # 安装依赖项 # Dependencies sudo apt-get install protobuf-compiler python-pil python-lxml sudo pip install jupyter sudo pip install matplotlib ``` 不知道你这些依赖项安装了没有,若果还是报错的话,建议重新开一个新环境部署测试. Have you installed those tools and dependencies? And...