Glenn Jocher
|
c7629e93bd
|
Add YOLOv5 dataset yamls (#207)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-01-10 18:33:44 +01:00 |
|
Glenn Jocher
|
f80ff923e7
|
Start Multi-OS CI (#172)
|
2023-01-10 08:23:32 +01:00 |
|
Glenn Jocher
|
422c49d439
|
Cleanup (#168)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kalen Michael <kalenmike@gmail.com>
|
2023-01-09 23:22:33 +01:00 |
|
Ayush Chaurasia
|
cb4801888e
|
README and Docs updates (#166)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-01-09 19:30:42 +01:00 |
|
Glenn Jocher
|
e79ea1666c
|
Fix Classification train logging (#157)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
|
2023-01-08 17:52:44 +01:00 |
|
Ayush Chaurasia
|
07eab49c3d
|
Add Classification model YAML support (#154)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2023-01-07 20:04:34 +01:00 |
|
Ayush Chaurasia
|
0e5a7ae623
|
General trainer cleanup (#147)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
|
2023-01-07 19:25:48 +05:30 |
|
Glenn Jocher
|
92dad1c1b5
|
Start export implementation (#110)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-29 14:17:14 +01:00 |
|
Ayush Chaurasia
|
100e21ee80
|
fix multiple dirs in DDP mode (#113)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
|
2022-12-29 15:02:17 +05:30 |
|
Glenn Jocher
|
6f0ba81427
|
Add best.pt val and COCO pycocotools val (#98)
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-27 04:56:24 +01:00 |
|
Glenn Jocher
|
48cffa176e
|
Shorten module paths with new 'nn' dir (#96)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-26 17:34:28 +01:00 |
|
Glenn Jocher
|
98815d560f
|
YOLOv5 updates (#90)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-25 14:33:18 +01:00 |
|
Glenn Jocher
|
6432afc5f9
|
Rename img_size to imgsz (#86)
|
2022-12-24 00:39:09 +01:00 |
|
Ayush Chaurasia
|
7ae45c6cc4
|
[WIP] Model interface (#68)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
|
2022-12-08 13:22:56 +05:30 |
|
Laughing
|
fbeeb5d1e1
|
add resuming (#63)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-12-06 08:26:41 +05:30 |
|
Ayush Chaurasia
|
5a52e7663a
|
standalone val (#56)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-30 15:04:44 +05:30 |
|
Laughing
|
3a241e4cea
|
update segment training (#57)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
|
2022-11-29 17:00:08 +05:30 |
|
Ayush Chaurasia
|
832ea56eb4
|
update model initialization design, supports custom data/num_classes (#44)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-15 15:36:29 +01:00 |
|
Ayush Chaurasia
|
1f3aad86c1
|
new check_dataset functions (#43)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-12 15:02:41 +01:00 |
|
Glenn Jocher
|
4c68b9dcf6
|
Add is_colab() and is_kaggle() (#41)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-08 17:14:49 +01:00 |
|
Ayush Chaurasia
|
f56c9bcc26
|
Segmentation support & other enchancements (#40)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2022-11-08 16:27:57 +01:00 |
|
Glenn Jocher
|
523eff99e2
|
Update ci.yaml (#37)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-07 19:27:55 +01:00 |
|
Glenn Jocher
|
e4f7458d90
|
Hydra *.yml extension deprecated fix (#34)
|
2022-11-07 00:52:08 +01:00 |
|
Glenn Jocher
|
6fe8bead35
|
Classify training cleanup (#33)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-11-07 00:15:57 +01:00 |
|
Ayush Chaurasia
|
92c60758dd
|
Smart Model loading (#31)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-31 23:52:12 +01:00 |
|
Ayush Chaurasia
|
1054819a59
|
Add initial model interface (#30)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-25 21:51:15 +02:00 |
|
Ayush Chaurasia
|
7b560f7861
|
Model builder (#29)
Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2022-10-18 23:14:23 +02:00 |
|
Ayush Chaurasia
|
c5cb76b356
|
Metrics and loss structure (#28)
Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2022-10-15 19:39:05 +02:00 |
|
Ayush Chaurasia
|
d0b3c9812b
|
Trainer + Dataloaders (#27)
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Ayush Chaurasia <ayushchaurasia@Ayushs-MacBook-Pro.local>
Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
|
2022-10-10 14:01:07 +02:00 |
|