mmyolo/tests
Nioolek 75fc8fc2a3
[Feature] YOLOv8 supports using mask annotation to optimize bbox (#484)
* add cfg

* add copypaste

* add todo

* 在mosaic和mixup中处理gt_masks,改config

* fix cat bug

* add finetune box in affine

* add repr

* del albu config in l

* add doc

* add config

* format code

* fix loadmask

* addconfig,fix mask

* fix loadann

* fix tra

* update LoadAnnotations

* update

* support mask

* fix error

* fix error

* fix config and no maskrefine bug

* fix

* fix

* update config

* format code

* beauty config

* add yolov5 config and readme

* beauty yolov5 config

* add ut

* fix ut. bitmap 2 poly

* fix ut and add mix transform ut.

* fix bool

* fix loadann

* rollback yolov5

* rollback yolov5

* format

* 提高速度

* update

---------

Co-authored-by: huanghaian <huanghaian@sensetime.com>
2023-02-20 11:11:13 +08:00
..
data
regression add mmyolo regression test yml (#359) 2022-12-12 10:27:21 +08:00
test_datasets [Feature] YOLOv8 supports using mask annotation to optimize bbox (#484) 2023-02-20 11:11:13 +08:00
test_deploy
test_downstream [Feature] Support MMRazor searchable backbone (#453) 2023-02-10 16:24:47 +08:00
test_engine
test_models [Improve] Beauty YOLOv6 head `gt_instances_preprocess` (#532) 2023-02-09 19:05:28 +08:00
test_utils