Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'paddle.inference' #12

Open
jack00000 opened this issue Nov 14, 2023 · 0 comments
Open

No module named 'paddle.inference' #12

jack00000 opened this issue Nov 14, 2023 · 0 comments

Comments

@jack00000
Copy link

Traceback (most recent call last):
File "deploy/pptracking/python/mot_jde_infer.py", line 23, in
from paddle.inference import Config
ModuleNotFoundError: No module named 'paddle.inference'
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/deploy/anaconda3/envs/PP-Tracking_GUi/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/home/deploy/anaconda3/envs/PP-Tracking_GUi/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "main.py", line 571, in load_model
self.read_txt_file()
File "main.py", line 693, in read_txt_file
f = open('output/' + self.end_file_name + '_flow_statistic.txt', 'r')
FileNotFoundError: [Errno 2] 没有那个文件或目录: 'output/gd9_flow_statistic.txt'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant