Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add visualization of the base model to the docstring. (#196)
* add yolov5 voc training * format code * [Feature] Support YOLOv7 inference (#149) * update * update * update * update * update * add docstr * fix comments * update * add video of featmap vis demo (#169) * [Enhance] YOLOv6 model convert (#165) * add yolov5 voc training * fix bug * fix bug * fix yolov6 model convert * update yolov5 modelconvert * rollback yolov5 model convert * [Feature] Support VOC Dataset in YOLOv5 (#134) * add yolov5 voc training * fix mosaic bug * fix mosaic bug and temp config * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format config * format code * add yolov5 voc training * rebase * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * add yolov5 voc training * fix mosaic bug and temp config * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * add yolov5 voc training * rebase * fix mosaic bug * update config * support training on voc dataset * format code * format code * Optimize Code. Change `RandomTransform` to `OneOf` * Change `OneOf` to `mmcv.RandomChoice` * fix yolov5coco dataset * fix yolov5coco dataset * fix bug, format code * format code * format code * fix lint * add unittest * add auto loss_weight * add doc; add model log url * add doc; add model log url * add doc; add model log url * add neck vis docstr * add neck vis docstr * add backbone model structure diagram * fix readthedocs.txt * fix doc vis * fix vis * fix vis * fix vis * fix vis Co-authored-by: Haian Huang(深度眸) <[email protected]>
- Loading branch information