Open huanmx opened 3 years ago
@huanmx May I know how to train the custom dataset? As my datasets are COCO format and json annotation format. I do not have frame id and track id like MOT17 (the example in this repository). How do I create the custom dataset format? Could you please tell me how to do it as I am newbie in this field:(
@huanmx May I know how to train the custom dataset? As my datasets are COCO format and json annotation format. I do not have frame id and track id like MOT17 (the example in this repository). How do I create the custom dataset format? Could you please tell me how to do it as I am newbie in this field:(
I have encountered this kind of problem now, have you solved it?
@Double-zh Have you solved it already?
@Double-zh Have you solved it already?
Hello, here can solve your problem https://github.com/Double-zh/ByteTrack
@Double-zh can we use ur repo to training custom classes also like bags, cars ??
@Double-zh can we use ur repo to training custom classes also like bags, cars ??
+1 I also wanted to know the same.
@Double-zh我们可以使用你的 repo 来训练自定义课程,比如包、汽车吗??
yes
@Double-zh thanks for the response , the author uses yolox-X as the backbone can we use yolox-L as the backbone in ur code base ?
@Double-zh thanks for the response , the author uses yolox-X as the backbone can we use yolox-L as the backbone in ur code base ?
yes,All backbone[yolox - (s, m, l, x)] can be used.
@Double-zh thanks for the response do u have the trained model either of yolox s,m,l trained on 4 datasets? can you please share the model on google drive or one drive ??
Thanks for your great work!
There are two questions after I trained a model on my dataset.