mmyolo/tests/test_models
Nioolek 146cd930c5
[Feature] Support RTMDet Ins Segmentation Inference (#583)
* update config

* reproduce map in mmyolo

* reproduce map in mmyolo

* collate fn、process加mask

* reproduce result

* beauty code

* beauty code

* beauty code

* del yolov5_seg_head.py

* beauty config

* add doc and typehint

* del objectness

* fix ut; add empty res
2023-03-02 15:11:09 +08:00
..
test_backbone [Feature] Support YOLOv8 training (#458) 2023-01-18 14:16:37 +08:00
test_data_preprocessor [Feature] Implement fast version of YOLOX (#518) 2023-02-08 20:10:03 +08:00
test_dense_heads [Feature] Support RTMDet Ins Segmentation Inference (#583) 2023-03-02 15:11:09 +08:00
test_detectors [Feature] Implement fast version of YOLOX (#518) 2023-02-08 20:10:03 +08:00
test_layers
test_necks [Feature] Support YOLOv8 inference (#445) 2023-01-11 19:01:06 +08:00
test_plugins
test_task_modules Rotated object detection and RTMDet-R (#513) 2023-03-02 10:27:46 +08:00
test_utils Rotated object detection and RTMDet-R (#513) 2023-03-02 10:27:46 +08:00
__init__.py