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

UserWarning: loadtxt: Empty input file: "./cache/c044_PA_res.txt" matches = np.loadtxt(f'./cache/{seq}_PA_res.txt', dtype=int, delimiter=' ') in this stage of PA, get matched tracklets 0 generating input graph for solving min cost perfect matching problem. '.' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 #20

Open
xifen523 opened this issue Mar 17, 2022 · 1 comment

Comments

@xifen523
Copy link

D:\workspace\python\MTMC\AIC21-MTMC-main\tracker\MOTBaseline\src\post_processing\post_association.py:85: UserWarning: loadtxt: Empty input file: "./cache/c044_PA_res.txt"
matches = np.loadtxt(f'./cache/{seq}_PA_res.txt', dtype=int, delimiter=' ')
in this stage of PA, get matched tracklets 0
generating input graph for solving min cost perfect matching problem.
'.' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

这一段有这个报错 怎么处理一下呀

@LCFractal
Copy link
Owner

后处理的程序运行于linux系统,考虑使用ubuntu或centos

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

2 participants