259 Commits (ef03e6732aecc91134275a3f5a62f2e0f82ab4bf)
 

Author SHA1 Message Date
Glenn Jocher 8f3cd52844
Fix `yolo mode=train` CLI bug on model load (#133)
2 years ago
Glenn Jocher c3d961fb03
Unified model loading with backwards compatibility (#132)
2 years ago
Ayush Chaurasia 8996c5c6cf
[Docs]: Link buttons, add autobackend, BaseModel and ops (#130)
2 years ago
Glenn Jocher af6e3c536b
Override fixes and general updates (#129)
2 years ago
Glenn Jocher d76d7af566 Simplify usage, remove YOLO.new() and YOLO.load()
2 years ago
Ayush Chaurasia 7b21a87da3
HUB initial setup (#108)
2 years ago
Ayush Chaurasia 2bc9a5c87e
HUB setup (#108)
2 years ago
Ayush Chaurasia c6eb6720de
Add pred, export and val callbacks (#126)
2 years ago
Glenn Jocher 63c7a74691
Replace `nosave` and `noval` with `save` and `val` (#127)
2 years ago
Glenn Jocher 598f17a472
Add global `settings.yaml` in `USER_CONFIG_DIR` (#125)
2 years ago
Glenn Jocher a9b9fe7618
Add Dockerfiles and update Docs README (#124)
2 years ago
Glenn Jocher df4fc14c10
Docstring additions (#122)
2 years ago
Glenn Jocher c9f3e469cb
Add CoreML iOS updates (#121)
2 years ago
Glenn Jocher fec13ec773
Add YOLO8x6 and YAML syntax improvements (#120)
2 years ago
Glenn Jocher 076d73cfaa
Create Exporter() Class (#117)
2 years ago
Laughing a9dc1637c2
Mask pycocotools (#116)
2 years ago
Glenn Jocher 37e0f6e0e4
Import DEFAULT_CONFIG from utils/__init__.py (#115)
2 years ago
Glenn Jocher 92dad1c1b5
Start export implementation (#110)
2 years ago
Ayush Chaurasia c1b38428bc
Update save_dir rank check (#114)
2 years ago
Laughing 401bc15345
fix cache in new loader (#112)
2 years ago
Ayush Chaurasia 100e21ee80
fix multiple dirs in DDP mode (#113)
2 years ago
Ayush Chaurasia 34829a6b29
Make YOLO a module (#111)
2 years ago
Ayush Chaurasia 0303ced8ab
Model enhancements 2 (#109)
2 years ago
Laughing 8406b49b49
Integration of v8 segmentation (#107)
2 years ago
Ayush Chaurasia 384f0ef1c6
Model interface enhancement (#106)
2 years ago
Glenn Jocher 38d6df55cb
Fix `save_json(predn, batch)` (#105)
2 years ago
Ayush Chaurasia 8b6466f731
Move tests outside package (#104)
2 years ago
Ayush Chaurasia 8028e2b1b8
Make optimizer static method inside trainer (#103)
2 years ago
Laughing 5c6d11bdb2
Allocated updated pycocotools metrics fix (#101)
2 years ago
Glenn Jocher 441126a77e
Add l/x models (#100)
2 years ago
Glenn Jocher 6f0ba81427
Add best.pt val and COCO pycocotools val (#98)
2 years ago
Ayush Chaurasia a1808eeda4
logger updates (#97)
2 years ago
Glenn Jocher 48cffa176e
Shorten module paths with new 'nn' dir (#96)
2 years ago
Ayush Chaurasia 4fb04be20b
DDP and new dataloader Fix (#95)
2 years ago
Ayush Chaurasia 16e3c08883
Import YOLOv5 dataloader (#94)
2 years ago
Glenn Jocher ae05d44877
Simplify augmentations (#93)
2 years ago
Glenn Jocher 249dfbdc05
Fix ClearML Mosaic callback to 'on_train_epoch_end' (#92)
2 years ago
Ayush Chaurasia 0298821467
ClearML: Mosaic Logging (#91)
2 years ago
Glenn Jocher 98815d560f
YOLOv5 updates (#90)
2 years ago
Glenn Jocher ebd3cfb2fd
YOLOv8 architecture updates from R&D branch (#88)
2 years ago
Ayush Chaurasia 5fbea25f0b
Use integrations only in master process (#89)
2 years ago
Glenn Jocher cb4f20f3cf
Add TensorBoard support (#87)
2 years ago
Glenn Jocher 248d54ca03
Update metrics names (#85)
2 years ago
Glenn Jocher 6432afc5f9
Rename `img_size` to `imgsz` (#86)
2 years ago
Ayush Chaurasia ae2443c210
Add flops, num_params, inference speed logging and best.pt logging (#84)
2 years ago
Glenn Jocher f0fff8c13e
Simplify cli.py and fix Detect train Usage (#83)
2 years ago
Glenn Jocher 74feef30c4
Update `cache_version = 1.0` (#82)
2 years ago
Ayush Chaurasia 40f7e0806e
Add v8 modules (#81)
2 years ago
Ayush Chaurasia d198f3f9d1
Update docs (#73)
2 years ago
Ayush Chaurasia 681cfc1c35
Make config overrides user friendly (#80)
2 years ago