Wenwei Zhang
Wenwei Zhang
Please rebase your modification from master to dev because we usually merge PR into dev branch first to stabilize the master branch. You may also need to resolve the conflict...
Hi @zzj403 , Thanks for your kind PR. I find that the git commit history is a bit messy. It seems that the PR is checkout from master and then...
Please follow this PR https://github.com/open-mmlab/mmdetection/pull/8370 to delete the original image and use the image link
Hi @Xiangxu-0103 , Thanks for the kind PR, we will benchmark the model soon and will response A.S.A.P.
Hi @poddar414 , You can use points to crop features, then directly concat the segmentation predictions withe the points. PointPainting will be supported in near future.
@grimoire @RunningLeon
1. You might need to set a break point [here](https://github.com/ZwwWayne/mmMOT/blob/master/kitti_devkit/evaluate_tracking.py#L953) to check whether it is successfully evaluated and further precisely locate the position of bug. 2. It is OK. `Add...
1. It is not OK, it means the bug lies in someplace before you `return str(False)`. 2. MOTA is None means the evaluation failed, you may need to check what...
Hi @FrankCAN , Could you check which frame is missing? For example, what is the sequence ID and frame ID? It seems that no detection boxes are loaded during training.
Sorry that I did not find the bug in tracking results. The code should work if the format is correct.