huanghaian
8f9cf4ba11
fix EMAHook bug in Finetune
2022-09-20 15:30:37 +08:00
huanghaian
66dcc4d3d2
fix import order
2022-09-20 10:57:33 +08:00
tripleMu
0ac6c15993
Fix README url ( #47 )
2022-09-20 10:39:32 +08:00
古月闻星
964a4aec90
[Doc] add visualization doc of val stage ( #46 )
...
* update logo (#37 )
* [Docs] Update images with new logo (#38 )
* Update model_design.md
Co-authored-by: wanghonglie <wanghonglie@zju.edu.cn>
Co-authored-by: Range King <RangeKingHZ@gmail.com>
Co-authored-by: MingJian.L <45811724+matrixgame2018@users.noreply.github.com>
2022-09-20 10:38:46 +08:00
Range King
98a0f6b9c9
[Docs] RE: Fix typos and add citations ( #45 )
...
* update logo (#37 )
* [Docs] Update images with new logo (#38 )
* Update model_design.md
Update logo
* Revert "Update model_design.md"
This reverts commit 207f529522
.
* Update yolov5_description.md
Update logo
* Update model_design.md
Update logo
* Update model_design.md
Update logo
* Update README.md
Update logo
* Update README_zh-CN.md
Update logo
* Add GIF Link (#40 )
* Update README.md
* Update README_zh-CN.md
* Update README.md
* Update README_zh-CN.md
* Fix typos in config.md
* Add citation of yolov6
* Add citation of yolov5
* Fix links in README.md
* Fix typos in data_flow.md in en
Co-authored-by: wanghonglie <wanghonglie@zju.edu.cn>
Co-authored-by: MingJian.L <45811724+matrixgame2018@users.noreply.github.com>
2022-09-20 10:29:01 +08:00
huanghaian
98712bb898
upload yolox_tiny and yolov5_n model
2022-09-20 10:07:57 +08:00
huanghaian
01ab0619e3
add logo
2022-09-19 16:51:55 +08:00
HinGwenWoong
ab7b53e25c
[DOCS] Improve README ( #35 )
...
* Improve README
* Improve README
2022-09-19 16:39:05 +08:00
huanghaian
950b7b1de5
add changelog
2022-09-19 16:27:20 +08:00
huanghaian
0a2bcfbbc9
fix docs of get_started.md
2022-09-19 15:46:45 +08:00
huanghaian
6813e3e36d
refine docs
2022-09-19 15:23:38 +08:00
Nioolek
d73445b4c2
fix yolov5_description.md ( #34 )
2022-09-19 14:00:50 +08:00
huanghaian
a7d805d2b4
update version
2022-09-19 13:07:53 +08:00
huanghaian
8b13aed8c3
update model
2022-09-19 13:01:47 +08:00
huanghaian
1f3a321845
add gather_models.py and format code
2022-09-19 12:36:54 +08:00
yang
282223053c
update visualization.md ( #28 )
...
* updat visualization.md
* Update visualization.md
update visualization.md
* update visualization.md
2022-09-19 11:27:41 +08:00
Range King
8aa107ca85
[Docs] Add model inference in yolov5_tutorial.md ( #31 )
...
* Add model inference in yolov5_tutorial.md
* Update yolov5_tutorial.md
Add result image
2022-09-19 09:12:13 +08:00
蓝胖子
cb2a9f2fc3
Lyy docs add en docs ( #32 )
...
* Add files via upload
* Add files via upload
* Add files via upload
2022-09-19 09:11:49 +08:00
cydiachen
f1cd77f091
Update English version of Config.md ( #33 )
...
Update enlish version.
2022-09-19 09:11:24 +08:00
wanghonglie
fc5661742e
add doc ( #27 )
2022-09-18 18:10:52 +08:00
hha
cc6ac864c9
update featmap_vis_demo and format code
2022-09-18 17:04:14 +08:00
HinGwenWoong
1915c04e5d
[Fix] Improve type hint ( #22 )
...
* Fix type hint
* Delete `-> None` when no return val
* format code
2022-09-18 17:02:00 +08:00
古月闻星
bc4df98973
[Fix] replace pre to per ( #24 )
...
* [Fix] change pre to per
* [Fix] batch_size_pre_gpu to batch_size_per_gpu
2022-09-18 15:40:29 +08:00
古月闻星
d3fed9f2cd
[Fix] fix the num_workers setting ( #25 )
2022-09-18 15:38:36 +08:00
MingJian.L
33de37a252
Add data_flow.md ( #23 )
...
* Create data_flow.md
* Update data_flow.md
2022-09-18 14:05:11 +08:00
hha
5242996dd1
Add utils
2022-09-18 14:04:11 +08:00
hha
3d0be5c868
Add UT and other code
2022-09-18 13:17:03 +08:00
wanghonglie
7e90343d85
add yolo_bricks ( #21 )
2022-09-18 13:07:15 +08:00
wanghonglie
c2c4d37f1e
add x6 head ( #20 )
2022-09-18 13:06:44 +08:00
HinGwenWoong
8ce098717f
[Feature] Add data preprocessor ( #19 )
2022-09-18 13:06:09 +08:00
wanghonglie
d326550b2b
add engine ( #18 )
2022-09-18 13:05:32 +08:00
HinGwenWoong
9002daf374
[Feature] Add yolo detector ( #17 )
2022-09-18 13:04:51 +08:00
HinGwenWoong
a7a4f16d69
[Fix] Add image for dataset transform ut ( #16 )
2022-09-18 12:23:18 +08:00
Nioolek
3167c46969
Add yolov5 head and doc ( #14 )
...
* add yolov5_description.md
* add yolov5_head.py
2022-09-18 12:17:29 +08:00
HinGwenWoong
ad0d855bec
[Fix] fix type hint and typo ( #13 )
...
* [Fix] fix type hint and typo
* [Fix] fix type hint and typo
2022-09-18 11:44:12 +08:00
古月闻星
71dfeb335f
[Feature] add download and convert script of dataset ( #11 )
2022-09-18 11:43:35 +08:00
古月闻星
8ce6886994
[Doc] add yolov5_tutorial.md ( #12 )
2022-09-18 11:42:59 +08:00
古月闻星
56822f4185
[Feature]Add YOLOv5CocoDataset; BatchShapePolicy ( #10 )
...
* [Feature] Add YOLOv5CocoDataset; BatchShapePolicy
* Add unittest of YOLOv5CocoDataset
2022-09-18 11:18:31 +08:00
Zhaoyan Fang
bcc6695235
add losses ( #9 )
2022-09-18 11:13:41 +08:00
wanghonglie
b3d405aa4c
add model convert ( #8 )
2022-09-18 11:12:08 +08:00
HinGwenWoong
8945c76f81
[UT] Add unittest for dataset image mixing transforms ( #7 )
2022-09-18 11:04:04 +08:00
Range King
812e4d7af7
Create config.md ( #6 )
2022-09-18 10:54:28 +08:00
HinGwenWoong
94111555d6
Add dataset mixing transforms ( #5 )
2022-09-18 10:51:50 +08:00
HinGwenWoong
24fb35b641
Add doc `useful_tools.md` ( #4 )
2022-09-18 10:51:09 +08:00
HinGwenWoong
3f0b2f7c97
Add unittest for dataset transforms ( #3 )
2022-09-18 10:49:41 +08:00
wanghonglie
85e504fe67
[Feature] Add Backbone;Neck ( #2 )
...
* add backbone neck
* update
2022-09-18 10:47:44 +08:00
hha
9059d1b446
Add issue template
2022-09-18 10:45:09 +08:00
HinGwenWoong
e4359a15a3
Add dataset transforms ( #1 )
2022-09-18 10:36:41 +08:00
hha
cfec074cf6
init commit
2022-09-18 10:11:55 +08:00
Kai Chen
8b5bd4bfcd
Initial commit
2022-09-18 09:36:07 +08:00