Closed ws-26-ws closed 2 years ago
Hi, these files are counting the number of unique track IDs in the dataset that you use for training and validation respectively. You can obtain them by doing a count of your labels when you first load in your dataset. But this process takes awhile, so caching it to JSON can let you skip this process especially when you are debugging. Please see here.
I am so happy to receive your reply. Thank you for replying to my questions in your busy schedule. I look forward to the next learning exchange with you.
王帅 @.***
------------------ 原始邮件 ------------------ 发件人: "supperted825/FairMOT-X" @.>; 发送时间: 2022年10月13日(星期四) 下午3:14 @.>; @.**@.>; 主题: Re: [supperted825/FairMOT-X] bdd100k/bdd100k/MOT/tid_num.json,tid_numval.json (Issue #13)
Hi, these files are counting the number of unique track IDs in the dataset that you use for training and validation respectively. You can obtain them by doing a count of your labels when you first load in your dataset. But this process takes awhile, so caching it to JSON can let you skip this process especially when you are debugging. Please see here.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Hello, I have another question, because I'm still a beginner and I'm usually a fairmot. How many rounds should I train for tracking training?
王帅 @.***
------------------ 原始邮件 ------------------ 发件人: "supperted825/FairMOT-X" @.>; 发送时间: 2022年10月13日(星期四) 下午3:14 @.>; @.**@.>; 主题: Re: [supperted825/FairMOT-X] bdd100k/bdd100k/MOT/tid_num.json,tid_numval.json (Issue #13)
Hi, these files are counting the number of unique track IDs in the dataset that you use for training and validation respectively. You can obtain them by doing a count of your labels when you first load in your dataset. But this process takes awhile, so caching it to JSON can let you skip this process especially when you are debugging. Please see here.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
It depends on your dataset. But for FairMOT with YOLOX, for me around 20 epochs is enough on BDD100K (very big dataset). It will depend on your learning rate / learning rate decay also.
Hello, boss, I'm really sorry to bother you again. Some problems occurred during the demo after the training, as shown in the figure below. How to solve this problem? And what is the size of the photo entered in YOYOMOT (576,1024), instead of 1024 and 576?
------------------ 原始邮件 ------------------ 发件人: "supperted825/FairMOT-X" @.>; 发送时间: 2022年10月13日(星期四) 下午3:54 @.>; @.**@.>; 主题: Re: [supperted825/FairMOT-X] bdd100k/bdd100k/MOT/tid_num.json,tid_numval.json (Issue #13)
It depends on your dataset. But for FairMOT with YOLOX, for me around 20 epochs is enough on BDD100K (very big dataset). It will depend on your learning rate / learning rate decay also.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Hello, I want to ask what is in the above two json files and how to obtain them