MCMOT-ByteTrack
MCMOT-ByteTrack copied to clipboard
@CaptainEven can you pls share the weight file on google drive link ?
Hi, Can you please guide for the following queries: 1. I have the output of detector in .txt file, in which part of the code I should mention the class...
Hi, When I initialize this project and try to run tool/demo_mcmot.py, I got this trackbace no module name yolox_tiny_track_c5_darknet. What can I do to solve this. Thanks 
Hello How are you? Thanks for contributing to this project. This project shows a simple explanation in combining this tracker with other detector. But I think that the detailed detector...
Can you show me the format of your training list and some details of your training?
Hi CaptainEven, I appreciated your work. However, I had trouble downloading weight (checkpoint). I find it very hard to comprehend the website (baidu) since English is the only language I...
i only see ReID is used in bytetrack? Does ocsort also can use ReID?
Hi Thank you for this code, but I can see some code errors in https://github.com/CaptainEven/MCMOT-ByteTrack/blob/DarknetCfg/tutorials/fairmot/tracker.py (line 255-274) In line 258: ``` dets, inds = mot_decode(hm, wh, reg=reg, ltrb=self.opt.ltrb, K=self.opt.K) ```...
Let me mention that training on dataset with 6K inputs and 1 class, works great. However the training with 300 classes and 6000 images large dateset causes the following error:...
Hello How are you? Thanks for contributing to this project. I found that this method does NOT estimate new position of object without detection of object. In general, there are...