TsingWei / LiteTrack

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

from lib.train.data.image_loader import imread_indexed #2

Open ZFZ314 opened 10 months ago

ZFZ314 commented 10 months ago

nice work !from lib.train.data.image_loader import imread_indexed lack the data

TsingWei commented 10 months ago

Oh, have u prepared the training datasets like the Readme doc described? Or if you don't want to train by urself, don't worry, I'll upload all my pretrained checkpoints soon.

ZFZ314 commented 10 months ago

非常感谢您的回复,我对你的研究非常感兴趣,现在正准备复现您的代码,我准备自己训练一下,现在在准备数据集。还有一个问题,预训练模型cae是还没有上传吗,我这边下载不到呢,期待您的回复发自我的荣耀手机-------- 原始邮件 --------发件人: Qingmao Wei @.>日期: 2023年9月25日周一 09:02收件人: TsingWei/LiteTrack @.>抄送: ZFZZ @.>, Author @.>主 题: Re: [TsingWei/LiteTrack] from lib.train.data.image_loader import imread_indexed (Issue #2) Oh, have u prepared the training datasets like the Readme doc described? Or if you don't want to train by urself, don't worry, I'll upload all my pretrained checkpoints soon.

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

TsingWei commented 10 months ago

Hi, I have uploaded all my checkpoints and updated the link of CAE in the README doc. Feel free to use it!

NakrAi commented 4 months ago

请问from lib.train.data.wandb_logger import WandbWriter 这个怎么解决啊。train里面没有data

TsingWei commented 1 month ago

直接从OSTrack搬过来吧。我之前以为gitignore文件是匹配绝对路径的,为了忽略数据集路径把data给添加进去了。