You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: