Yanyi Liu
|
4b996f10a5
|
Rotated object detection and RTMDet-R (#513)
* init
* add cfg
* update align
* update
* fix regularize box
* fix comment
* update config
* remove ckpt
* update
* make mmrotate optional
* fix doc
* add mmrotate req
* support large_demo with rbbox
* add ut
* update
* add doc v01
* update doc
* fix doc
* update
* update
* update readme
* update comments
* fix
* fix doc
* fix doc
* fix
* update
* update
* fix large
* update doc
* update readme
* fix config
* fix configs
* inprove
* update doc
* update assigner
* update ut
* remove rdsl assigner
* rename aug config
* speedup ut
* add comment
* fix data root
* remove doc
* remove empty folder
* add docs
* rename configs
* fix readme
* fix readme
* fix configs
* revert
* fix name
* fix table
* fix doc link
* fix doc link
* update
* update
* update
* Refactor dota splits
* add shapely
* fix typo
* fix ci
* change
* fix type
* uppdata link
* uppdata link
* add some comment
* update
---------
Co-authored-by: huanghaian <huanghaian@sensetime.com>
|
2023-03-02 10:27:46 +08:00 |
tang576225574
|
eb9b2037f2
|
Added a tool of querying the registered components for specified repository. (#559)
* correct the scale_factor and pad_param value in LetterResize
* correct the scale_factor and pad_param value in LetterResize
* correct the scale_factor and pad_param value in LetterResize
* tang
* update
* tang
* tang
* fix linting
* tang
* tang
* tang
* add print registers
* add print registers
* add print registers
* add print registers
* add print registers
* tang
* tang v1 finished
* tang
* print registers v1.2
* update
* tang
* update version
* update
* update
* remove exclude_prefix
---------
Co-authored-by: hha <1286304229@qq.com>
Co-authored-by: huanghaian <huanghaian@sensetime.com>
|
2023-02-28 19:28:39 +08:00 |
Nioolek
|
9c250571ca
|
[Fix] `concatdatasets` for voc train (#228)
* add yolov5 voc training
* format code
* [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
* [Feature] support mmyolo deployment (#79)
* support mmyolo deployment
* mv deploy place
* remove unused configs
* add deploy code
* fix new register
* fix comments
* fix dependent codebase register
* remove unused initialize
* refact deploy config
* credit return to triplemu
* Add yolov5 head rewrite
* refactor deploy
* refactor deploy
* Add yolov5 head rewrite
* fix configs
* refact config
* fix comment
* sync name after mmdeploy 1088
* fix mmyolo
* fix yapf
* fix deploy config
* try to fix flake8 importlib-metadata
* add mmyolo models ut
* add deploy uts
* add deploy uts
* fix trt dynamic error
* fix multi-batch for dynamic batch value
* fix mode
* fix lint
* sync model.py
* add ci for deploy test
* fix ci
* fix ci
* fix ci
* extract script to command for fixing CI
* fix cmake for CI
* sudo ln
* move ort position
* remove unused sdk compile
* cd mmdeploy
* simplify build
* add missing make
* change order
* add -v
* add setuptools
* get locate
* get locate
* upgrade torch
* change torchvision version
* fix config
* fix ci
* fix ci
* fix lint
Co-authored-by: tripleMu <gpu@163.com>
Co-authored-by: RunningLeon <mnsheng@yeah.net>
* [Feature] Support YOLOv5 YOLOv6 YOLOX Deploy in mmdeploy (#199)
* Support YOLOv5 YOLOv6 YOLOX Deploy in mmdeploy
* Fix lint
* Rename _class to detector_type
* Add some common
* fix lint
Co-authored-by: huanghaian <huanghaian@sensetime.com>
* fix vocdatasets
* fix vocdatasets
Co-authored-by: hanrui1sensetime <83800577+hanrui1sensetime@users.noreply.github.com>
Co-authored-by: tripleMu <gpu@163.com>
Co-authored-by: RunningLeon <mnsheng@yeah.net>
Co-authored-by: huanghaian <huanghaian@sensetime.com>
|
2022-11-03 19:03:06 +08:00 |
huanghaian
|
98712bb898
|
upload yolox_tiny and yolov5_n model
|
2022-09-20 10:07:57 +08:00 |
huanghaian
|
1f3a321845
|
add gather_models.py and format code
|
2022-09-19 12:36:54 +08:00 |