Glenn Jocher
|
956be8e642
|
YOLOv5 release v6.0 (#5141)
* Update P5 models
* Update P6 models
* Update with GFLOPs and Params
* Update with GFLOPs and Params
* Update README
* Update
* Update README
* Update
* Update
* Add times
* Update README
* Update results
* Update results
* Update results
* Update hyps
* Update plots
* Update plots
* Update README.md
* Add nano models to hubconf.py
|
3年前 |
Glenn Jocher
|
24bea5e4b7
|
Standardize headers and docstrings (#4417)
* Implement new headers
* Reformat 1
* Reformat 2
* Reformat 3 - math
* Reformat 4 - yaml
|
3年前 |
Glenn Jocher
|
c6c88dc601
|
Copy-Paste augmentation for YOLOv5 (#3845)
* Copy-paste augmentation initial commit
* if any segments
* Add obscuration rejection
* Add copy_paste hyperparameter
* Update comments
|
3年前 |
Glenn Jocher
|
bd581b330b
|
Create hyp.scratch-p6.yaml (#3787)
|
3年前 |
Glenn Jocher
|
fdc22398fa
|
Create `data/hyps` directory (#3747)
|
3年前 |
Glenn Jocher
|
9c91aeae10
|
W&B logging add hyperparameters (#1399)
* W&B logging add hyperparameters
* hyp bug fix and image logging updates
* if plots and wandb:
* cleanup
* wandb/ gitignore add
* cleanup 2
* cleanup 3
* move wandb import to top of file
* wandb evolve
* update import
* wandb.run.finish()
* default anchors: 3
|
4年前 |
Glenn Jocher
|
0ada058f63
|
Generalized regression criterion renaming (#1120)
|
4年前 |
Glenn Jocher
|
f1c63e2784
|
add mosaic and warmup to hyperparameters (#931)
|
4年前 |
Glenn Jocher
|
08e97a2f88
|
Update hyperparameters to add lrf, anchors
|
4年前 |
Glenn Jocher
|
916d4aad9a
|
v3.0 Release (#725)
* initial commit
* remove yolov3-spp from test.py study
* update study --img range
* update mAP
* cleanup and speed updates
* update README plot
|
4年前 |
Glenn Jocher
|
3c6e2f7668
|
Single-source training (#680)
* Single-source training
* Extract hyperparameters into seperate files
* weight decay scientific notation yaml reader bug fix
* remove import glob
* intersect_dicts() implementation
* 'or' bug fix
* .to(device) bug fix
|
4年前 |