TsingWei / LiteTrack

A fast and high-performance visual object tracker with real-time speed on Jetson.
MIT License
41 stars 4 forks source link

评估时缺少预训练模型 #10

Open Z-Z188 opened 1 month ago

Z-Z188 commented 1 month ago

[Errno 2] No such file or directory: '/home/ysy/zr/LiteTrack/output/checkpoints/train/litetrack/B6_cae_center_got10k_ep100/LiteTrack_ep0099.pth.tar' 你好,上面是报错信息,我看你提供的链接里面只用LiteTrack_ep0100.pth.tar,这该如何解决呢,期待你的解答,谢谢!!!

TsingWei commented 1 month ago

仔细看readme,评估的时候有个参数ep

---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 凌晨0:00 收件人: @.>; 抄送: @.***>; 主题: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10)

[Errno 2] No such file or directory: '/home/ysy/zr/LiteTrack/output/checkpoints/train/litetrack/B6_cae_center_got10k_ep100/LiteTrack_ep0099.pth.tar' 你好,上面是报错信息,我看你提供的链接里面只用LiteTrack_ep0100.pth.tar,这该如何解决呢,期待你的解答,谢谢!!!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Z-Z188 commented 1 month ago

仔细看readme,评估的时候有个参数ep ---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 凌晨0:00 收件人: @.>; 抄送: @.>; 主题: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10) [Errno 2] No such file or directory: '/home/ysy/zr/LiteTrack/output/checkpoints/train/litetrack/B6_cae_center_got10k_ep100/LiteTrack_ep0099.pth.tar' 你好,上面是报错信息,我看你提供的链接里面只用LiteTrack_ep0100.pth.tar,这该如何解决呢,期待你的解答,谢谢!!! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

你好,我调整了参数之后,FPS都是-1了,是啥情况呢 (litetrack) ysy@CAD04:~/zr/LiteTrack$ python tracking/test.py litetrack B6_cae_center_got10k_ep100 --dataset got10k_test --threads 8 --num_gpus 1 --ep 100 python lib/test/utils/transform_got10k.py --tracker_name litetrack --cfg_name B6_cae_center_got10k_ep100_099 # the last number is epoch Evaluating 1 trackers on 180 sequences FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1

TsingWei commented 1 month ago

看下output文件夹,之前是不是已经跑过有结果了

---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 上午10:27 收件人: @.>; 抄送: @.**@.>; 主题: Re: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10)

仔细看readme,评估的时候有个参数ep … ---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 凌晨0:00 收件人: @.>; 抄送: @.>; 主题: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10) [Errno 2] No such file or directory: '/home/ysy/zr/LiteTrack/output/checkpoints/train/litetrack/B6_cae_center_got10k_ep100/LiteTrack_ep0099.pth.tar' 你好,上面是报错信息,我看你提供的链接里面只用LiteTrack_ep0100.pth.tar,这该如何解决呢,期待你的解答,谢谢!!! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

你好,我调整了参数之后,FPS都是-1了,是啥情况呢 (litetrack) @.***:~/zr/LiteTrack$ python tracking/test.py litetrack B6_cae_center_got10k_ep100 --dataset got10k_test --threads 8 --num_gpus 1 --ep 100 python lib/test/utils/transform_got10k.py --tracker_name litetrack --cfg_name B6_cae_center_got10k_ep100_099 # the last number is epoch Evaluating 1 trackers on 180 sequences FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Z-Z188 commented 1 month ago

看下output文件夹,之前是不是已经跑过有结果了 ---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 上午10:27 收件人: @.>; 抄送: @.**@.>; 主题: Re: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10) 仔细看readme,评估的时候有个参数ep … ---原始邮件--- 发件人: @.> 发送时间: 2024年7月26日(周五) 凌晨0:00 收件人: @.>; 抄送: @.>; 主题: [TsingWei/LiteTrack] 评估时缺少预训练模型 (Issue #10) [Errno 2] No such file or directory: '/home/ysy/zr/LiteTrack/output/checkpoints/train/litetrack/B6_cae_center_got10k_ep100/LiteTrack_ep0099.pth.tar' 你好,上面是报错信息,我看你提供的链接里面只用LiteTrack_ep0100.pth.tar,这该如何解决呢,期待你的解答,谢谢!!! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.> 你好,我调整了参数之后,FPS都是-1了,是啥情况呢 (litetrack) @.:~/zr/LiteTrack$ python tracking/test.py litetrack B6_cae_center_got10k_ep100 --dataset got10k_test --threads 8 --num_gpus 1 --ep 100 python lib/test/utils/transform_got10k.py --tracker_name litetrack --cfg_name B6_cae_center_got10k_ep100_099 # the last number is epoch Evaluating 1 trackers on 180 sequences FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 FPS: -1 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

还真是,谢谢大佬的回复!!!