Open hellock opened 4 years ago
Thanks for the amazing project! Glad to see that you are working on YOLOv4. Could you also support ScaledYOLOv4? It is a recently released project, where the best model achieves 55+mAP on COCO dataset.
official code: https://github.com/WongKinYiu/ScaledYOLOv4/tree/yolov4-large
Would you consider adding post processing methods for video object detection like Seq-Nms, REPP etc.? It would be great.
Motivation There is a recent paper https://arxiv.org/abs/2003.10152, which is very helpful for instance segmentation.
Related resources There is an official implementation: https://github.com/WXinlong/SOLO but many people have issues getting it running. Since mmdetection is easy to install, it would be a great addition to this project.
I would like to see Deformable DETR: official repo, paper. Compared to the DETR, the novel Deformable DETR has much faster convergence rate, it also shows better performance on the small objects.
It would be great if the Deformable DETR can be added into mmdetection.
This would be a nice feature https://arxiv.org/abs/2012.07177 Copy-Paste data augmentation method for instance segmentation!
How about adding the support for yolov4?
Basically YOLOv4 requires mosaic data augmentation and CSP backbone network
As we all know, each method has a benchmark in README.md, But how about to make a big benchmark which includes all method? In my opinion, it need no much time while useful. Thanks .
How about support Copy-Paste data augmentation? paper: https://arxiv.org/abs/2012.07177 Copy-Paste data augmentation method can improve mAP very efficiently, simple and effective
Looks like EfficientDet and YOLOv4 has got the maximum number of likes in this conversation.
I don't see any recent PR or activity towards EfficientDet in this repository though. Hope that this will be supported soon.
It will be great to see support of EfficientDetLite which is the embedded friendly variant of EfficientDet as supported here: https://github.com/rwightman/efficientdet-pytorch
any plan for EfficientDet?
How about support self-adversarial training in YOLOv4 (https://arxiv.org/abs/2004.10934)?
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.
Hi mmdetection team and all here,
I've refactored the yolov5
structure to make it more readable in my own repo, and I'm also interested to add it to mmdetection.
I have one doubt here, as we all know that ultralytics releases their yolov5
under the GPL-3 Licenses. But I've totally rewritten the DarkNet
, PAN
, BackboneWithPAN
, and PostProcess
modules, the codes don't rely on ultralytics's and it's totally different now, you can check the detail implementation of the modules as mentioned above if you are interest and convenient. I'm not a legal expert, I'm not sure whether we could relicense it to Apache-2.0?
Hi, is there any plan to support TFRecord data input format?
Hi, is there any plan to support TFRecord data input format?
I asked them recently if they plan to add other annotation formats other than JSON, and it seems that it isn't in their plans at the moment.
any plan for CenterNet2? https://arxiv.org/abs/2103.07461 and Swin Transformer? https://arxiv.org/abs/2103.14030
It would be interesting to be able to visualize the features like CAM or GradCAM, maybe modify or add some hooks
Hi, thanks for your amazing project! Is there any plan to support few shot object detection?
QueryDet: Cascaded Sparse Query for Accelerating High-Resolution Small Object Detection paper: https://arxiv.org/abs/2103.09136 detectron2 code: https://github.com/ChenhongyiYang/QueryDet-PyTorch
Hi, thanks for your amazing job! Is there any plan to support Panoptic-DeepLab? Thank you!
I have never contributed to mmdetection but would definitely like to contribute. I would like to add support for boundary aware mask RCNN https://arxiv.org/pdf/2007.08921.pdf .
SpineNet: Learning Scale-Permuted Backbone for Recognition and Localization paper:https://arxiv.org/pdf/1912.05027 implementation on mmdetection 1.1:https://github.com/yan-roo/SpineNet-Pytorch implementation on tf :https://github.com/tensorflow/tpu/tree/master/models/official/detection
Hi authors Can you add DOTA dataset support? ex:more bbox parameters! https://captain-whu.github.io/DOTA/dataset.html Think you so much!!
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.
thats not Enough its just 2 net how can change hbb 2 rbb in other nets????
the second tip is DOTA has hbb ann how can i use them train hbb networks in mmdet???
CBNetV2 has a very good performance (much better than DetectoRS, king of 2020) in Object Detection as well as in Instance Segmentation. Do you guys plan to integrate it into mmdetection? maybe it will become the king of 2021
Cross-Covariance Image Transformer
It seems that there are not a good way to transform the .pth model to .pb model, this may be a major reason why the project is not used by more engineering practitioners at present. If there is a script, that could parse the parameters of .pth to the rewriten tensorflow parameters and save it as .pb, and further more the .tflite, it could be more attractive, it may make the project have more potential users and contributors.
I would like to do part of this, maybe i'd like to finish the transfomation of series of 'yolox'. do you think whether it's worth doing this.
any plans to support efficientdet series
Is there any plan to add
VisDrone Dataset and AI-TOD dataset??
@hellock Do you manage the roadmap summary? I have to look for it when I want to look back on it later.
I couldn't find anything about v2.12.0 and v2.16.0.
Is there any reason, develop with pytorch? not tensorflow pls let me know about the reason. thanks
A high performing zero shot object detector with adjustable vocabulary: https://github.com/facebookresearch/Detic
A high performing zero shot object detector with adjustable vocabulary: https://github.com/facebookresearch/Detic
They are in our plan! Feel free to create a PR if you want to contribute it!
Any plan to support DAB-DETR, DN-DETR and DINO? :)
Is there any reason, develop with pytorch? not tensorflow pls let me know about the reason. thanks
papers releasing code with pytorch take more much percent
In our plan.
Any plan to support yolov7? :) code: https://github.com/WongKinYiu/yolov7 paper: https://arxiv.org/abs/2207.02696
Any plan to support yolov7? :) code: https://github.com/WongKinYiu/yolov7 paper: https://arxiv.org/abs/2207.02696
Will do that in MMYOLO
how about sliding windows for inference
Any plan about DiffusionDet? code: https://github.com/ShoufaChen/DiffusionDet paper: https://arxiv.org/abs/2211.09788
有计划增加DiffusionDet的计划嘛?
Any plan to support PyTorch 2.0 ?
Any plan to support DAB-DETR, DN-DETR and DINO? :)
@luzibuye DAB-DETR: https://github.com/open-mmlab/mmdetection/pull/9252 DINO: https://github.com/open-mmlab/mmdetection/pull/9149
@2793145003 @Zency-Sun DiffusionDet #9639
How about Polarmask?
Are there any plans for cutler https://arxiv.org/abs/2301.11320 . More of an augmentation and loss procedure rather than model, but improves segmentation performance even in supervised setting
Do you have the plan to create a discord channel to exchange skills in mmdetection or other related methods to openmmlab?
Validation Loss Plotting in MMdet 3.x It was supported before 3.x, but was removed from 3.
@hellock When will you fix this bug? It is blocking our usage of mmdet 3.x https://github.com/open-mmlab/mmdetection/issues/10112
when we should expect proper documentation for custom trainig in mmdetection 3x?
Do you have the plan to support multi task learning in MMDetection? My application need to detect vehicles in the road used object detection. At the same time it need to get the lane areas by using instance segmentation. It is OK that I used two different network such as RTMDet object detection and RTMDet instance segmentation. But it is better if I can use a common backbone and two seperate header: one is object detection and the other is instance segmentation. It will save computation and reduce latency and may have even better generalization. I had implemented this logic in Yolov5 net. It worked just fine. But I found that it is very difficult to implement it in MMDetection. Because the network define is fixed. It seemed that it did not support share the common backbone and have seperate neck and head. Am I right? I think if MMDetection can support multi task learning natively it will be great. By the way in mmclassification project there has some navieve multi task learning feature. But it reside in this project only and it is in its very early stage.
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan will be updated in different issues.
In this issue, you can either:
We also released our TODO list on the project page. Most of the TODO items are described in their corresponding issues (those labeled by Dev-RD) with detailed requirement documentation. Feel free to leave a message in the issue of any item and create a PR if you are interested in any of the item.