Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRoadmap of MMDetection #2931
Roadmap of MMDetection #2931
Comments
|
It would be interesting to add batch inference support. I've seen a couple of issues related with this (#2703 #1833 #1659) and some details in source code and it looks like it has been left as future work (see https://github.com/open-mmlab/mmdetection/blob/master/mmdet/models/detectors/base.py#L118) so it could be a good moment. I'd be glad to help with this too. |
|
How about adding the support for yolov4? |
|
Hi authors Thank you so much!! |
|
Any plans about knowledge distillation for object detection, for example, fitnet (https://github.com/TuSimple/simpledet/blob/master/models/KD/README.md), so that users can customize their distillation loss functions based on their requirements. |
Looking forward to it. Is there expected time for EfficientNet and EfficientDet? We need to have a plan whether to release it in V2.2 (June 30) or V2.3 (July 31). |
Thanks! We have already created a PR (#1833) to support batch inference a few months ago, and will continue working on it to make it compatible with V2.0. You are still welcome to contribute any other new features. |
If there is no community contributors helping with that, we will firstly add YOLO v3 in V2.3 (July 31). |
For now we do not have plan for that, but there have been mmdet-based project doing that. You might be interested in https://github.com/dingjiansw101/AerialDetection. |
I think that probably EfficientNet for version v2.2 and EfficientDet for v2.3 |
|
Hi ! authors |
|
Could you add some help about how to actually build modules out of these existing ones? |
|
Hi @SuzaKrish , |
|
Thanks! So in the tutorials, you have mentioned how the base is supposed to be formed right? how do we then call it finally to run the model? Also, while going over the config files, I had a doubt as to where to find these modules in the main repo page. Could you probably include a part in the readme describing which folders contain which components(like head, model structure, base etc.) |
|
Hi @SuzaKrish , |
|
How about supporting coco-like evaluation for custom datasets without coco json annotation file? For instance, by converting the custom dataset to coco format internally during evaluation like https://github.com/facebookresearch/detectron2/blob/master/detectron2/evaluation/coco_evaluation.py#L72. |
Thank you! This is helpful! :) @ZwwWayne |
|
Is there any plan for supporting some light-weight networks like BiSeNet, DFANet? |
|
Any plans to support light-weight backbone such as mobilenetV2, mobilenetV3 ? |
Hello, @WenqiangX and I are glad to help implement the YOLO v3, and perhaps v4 as well, if we feel good. We are from MVIG, SJTU and have spent quite a little time studying all kinds of YOLOv3 implementation, especially the one from Basically, we plan to continue the work of #1695 . From a big picture, we plan to do the following:
If you are glad with us, can you manage your time to check if there is any major defect in #1695, so that we can save some review time in the future? BTW, I don't know if the license from Western Digital company will be a big issue. |
|
Any plan on adding vovnet backbone, such as https://github.com/aim-uofa/AdelaiDet/tree/master/configs/FCOS-Detection/vovnet? |
Thanks and glad to know you are willing to help! We can have further discussion in that PR and may expect YOLOv3 in V2.3. The copyright is ok as if it is licensed under Apache-2.0. |
|
Can we add SpineNet (CVPR2020)?
|
PRs are welcomed. |
|
any plan for ONNX support? e.g. two stage faster-rcnn |
|
"Bag of Freebies for Training Object Detection Neural Networks" Describe the feature Motivation Related resources Additional context Note: Added here as per the suggetion in #3124 Thanks, |
|
"Objects as Points (CenterNet)" is a popular, high accuracy Object Detector. "Objects as Points" In CVPR2020, the second place solution in the 2D Object detection track of the Waymo open challenges used this detector as one component: It is also worth noting that this CenterNet inspired AFDet which in-turn was the basis for in the 1st place Solution for 3D Object Detection: So, having this "Objects as Points (CenterNet)" Detector in mmdetection is highly desirable. Kindly add it if possible. |
hey @mathmanu maybe this PR will help you. But it is not offically supported and only work with mmdet v1.x. Would you mind merging it with newer verison ? @hellock @ZwwWayne I strongly believe our community want this one detector in the model zoo. |
|
The main job of our YOLOv3 implementation was done several days ago. It would be nice if you can manage your time to review the code. Also, I don't have many vid cards, so I haven't tested it with other backbones like ResNet yet. (But it should work in my design.) Btw, I think if mm-detection is aimed at both academy and production, then it should contain both light-weight and heavy-weight backbones / models. Would you like me to add YOLOv3-tiny, after YOLOv3 is merged? |
Thanks for your great work! The review is ongoing. YOLOv3-tiny is definitely favorable. |
|
Please release a TT100K benchmark. |
|
I would suggest improving the training performance stability. I have ran into the same problem with #2773 when training the detectors on the coco dataset. There is generally a maximum of +0.2 or -0.2 performance gap even using the same config file and same seed. This is a bit annoying because you do not know whether the performance gain or drop is due to better parameters or just some randomness. |
|
I thought of bringing the following announcement to your notice, as we are discussing features to be included: TensorFlow 2 meets the Object Detection API I think it shows how important and how much awaited these detectors are: Objects as Points and EfficientDet. |
|
I hope you will increase your support for onnx, otherwise you will not be able to deploy with mmdetection. If you have succeeded in the steps of onnx, please provide the onnx model |
We have heard the voice from the community for CenterNet, and will increase the priority in our roadmap. Hopefully we will introduce it to mmdet V2.4. |
|
I would love to see Test Time Augmentation for Single Stage Detectors. #509 |
|
Hi, dear authors Could you support BorderDet? Motivation Related resources |
|
Hi, dear authors they use Transformer in FPN and got FPT(FPN + Transformer). FPT improves 8.5% box-AP Related resources |
|
This library is so good. What is stopping wide-spread usage is lack of tutorials for beginners. If you guys spent some time preparing tutorials it would really help the library. |
Hi @bluesky314 , |
|
Off the top of my head I can think of: |
|
Any plan for contour-based instance segmentation methods like PolarMask (https://arxiv.org/abs/1909.13226), DeepSnake (https://arxiv.org/abs/2001.01629) and Dense RepPoints (https://arxiv.org/pdf/1912.11473v3)? |


We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
V2.4 (August)
V2.3 (July)
ResNeSt. (#2959)(delayed to V2.4)YOLOv3. (#3083)(delayed to V2.4)Batch inference support. (#1833)(delayed to V2.4)V2.2 (June)
ResNeSt.(delayed to V2.3)CornerNet.(delayed to V2.3)