Glenn Jocher
412b113ac6
W&B logging bug fix ( #1399 )
4年前
Glenn Jocher
4250f84dfb
Update PR curve ( #1428 )
* Update PR curve
* legend outside
* list(Path().glob())
4年前
Glenn Jocher
f5429260ca
PyTorch Hub and autoShape update ( #1415 )
* PyTorch Hub and autoShape update
* comment x for imgs
* reduce comment
4年前
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
0c26c4e831
Increase pycocotools robustness ( #1396 )
4年前
Glenn Jocher
9b0f6e33ee
Increase pycocotools robustness ( #1396 )
4年前
Glenn Jocher
fe341fa44d
Utils reorganization ( #1392 )
* Utils reorganization
* Add new utils files
* cleanup
* simplify
* reduce datasets.py
* remove evolve.sh
* loadWebcam cleanup
4年前
Glenn Jocher
c4addd7761
Unified '/project/name' results saving ( #1377 )
* Project/name update
* Update ci-testing.yml
* address project with path separator failure mode
* Project/name update
* address project with path separator failure mode
* Update ci-testing.yml
* detect.py default --name bug fix
* missing rstrip PR
* train/exp0 to train/exp
4年前
weida wang
04081f8102
Trailing --save-txt whitespace bug fix ( #1374 )
* update Write results
* Update detect.py
* Update test.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
67bf9a974e
Replace 'ground truth' with 'labels' ( #1337 )
* Replace 'ground truth' with 'labels'
* Using torch... update
4年前
Khiem Doan
1c8464e199
Use pathlib instead of low-level module ( #1329 )
* Use pathlib instead of low-level module
* Use pathlib instead of low-level module
* Update detect.py
* Update test.py
* reformat
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
19e2482458
PyTorch version to screen and cleanup ( #1325 )
* Create flatten_recursive() helper function
* cleanup
* print torch version
4年前
Glenn Jocher
4821d076e2
Increment train, test, detect runs/ ( #1322 )
* Increment train, test, detect runs/
* Update ci-testing.yml
* inference/images to data/images
* move images
* runs/exp to runs/train/exp
* update 'results saved to %s' str
4年前
Ayush Chaurasia
96fcde40b8
W&B feature improvements ( #1258 )
* W&B feature improvements
This PR add:
* Class to id labels. Now, the caption of bounding boxes will display the class name and the class confidence score.
* The project name is set to "Yolov5" and the run name will be set to opt.logdir
* cleanup
* remove parenthesis on caption
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Ayush Chaurasia
ca290dca24
Weights & Biases (W&B) Feature Addition ( #1235 )
* Add wandb metric logging and bounding box debugging
* Improve formatting, readability
* Remove mutliple path for init, improve formatting
* Add wandb params
* Remove typecasting in bbox coordinates and reformat
* Cleanup
* add wandb to requirements.txt
* minor updates to test.py
* general reorg
* reduce --log-imgs to 10
* clean wandb import
* reverse wandb import assert
* add except AssertionError to try import
* move wandb init to all global ranks
* replace print() with logger.info()
* replace print() with logger.info()
* move wandb.init() bug fix
* project PosixPath to basename bug fix
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
453acdec67
Update tensorboard logging
4年前
Glenn Jocher
d3dad42256
Move generated *.json annotations into runs/test ( #1209 )
* Move generated *.json annotations into runs/test
* list and string robust
4年前
oleg
19c8b2c9b9
Adding --save-dir and --save-conf options to test.py ( #1182 )
* Adding --output and --save-conf options to test.py
* Update help fields
* Update test.py
* Make arguments and comments uniform with test.py
* Remove previous and print save_dir on finish
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
0ada058f63
Generalized regression criterion renaming ( #1120 )
4年前
Glenn Jocher
5fac5ad165
Precision-Recall Curve Feature Addition ( #1107 )
* initial commit
* Update general.py
Indent update
* Update general.py
refactor duplicate code
* 200 dpi
4年前
Glenn Jocher
c171e45cda
Update test.py with set() ( #806 )
4年前
Glenn Jocher
da35727c68
--save-txt bug fix ( #763 )
4年前
Glenn Jocher
f5da528d28
reformat code
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年前
NanoCode012
0892c44bc4
Fix Logging ( #719 )
* Add logging setup
* Fix fusing layers message
* Fix logging does not have end
* Add logging
* Change logging to use logger
* Update yolo.py
I tried this in a cloned branch, and everything seems to work fine
* Update yolo.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
41523e2c91
Dataset autodownload feature addition ( #685 )
* initial commit
* move download scripts into data/scripts
* new check_dataset() function in general.py
* move check_dataset() out of with context
* Update general.py
* DDP update
* Update general.py
4年前
Jirka Borovec
d5b6416c87
Explicit Imports ( #498 )
* expand imports
* optimize
* miss
* fix
4年前
Glenn Jocher
43a616a955
PyTorch 1.6.0 compatability updates
4年前
Glenn Jocher
07a82f4d44
Update ci-testing.yml ( #445 )
* Update ci-testing.yml
* Update ci-testing.yml
* Update requirements.txt
* Update requirements.txt
* Update google_utils.py
* Update test.py
* Update ci-testing.yml
4年前
Glenn Jocher
b40852d5a5
update test.py
4年前
Jirka
e8ea772384
revert test module to confuse users...
4年前
Jirka
ef6f5b33a8
rename test
4年前
Glenn Jocher
1e831bd820
Update eval.py
4年前
Glenn Jocher
dfb5d27194
Update eval.py
4年前
Jirka
9a880a4554
rename eval
4年前
Jirka
df270ea9d7
rename eval
4年前
Glenn Jocher
37acbdc0b6
update test.py --save-txt
4年前
Glenn Jocher
b8c2da4a0d
update test.py --save-txt
4年前
Glenn Jocher
1ce686edfc
update test.py
4年前
Glenn Jocher
6bd9218922
update test.py
4年前
Glenn Jocher
aa08b2bd6f
test.py --task test updates
4年前
Glenn Jocher
a1c8406af3
EMA and non_blocking=True
4年前
Glenn Jocher
0afbb8d498
update test.py model.half()
4年前
Glenn Jocher
6649770001
--rect test bug fix
4年前
Glenn Jocher
d40e4781f1
--rect test bug patch
4年前
Glenn Jocher
bf6f41567a
hyperparameter printout update
4年前
Glenn Jocher
22ab1c295f
Update test.py
4年前
Glenn Jocher
c3d3e6b776
Update test.py
4年前
Glenn Jocher
e8cf24b6c8
Initial model ensemble capability #318
4年前
Alex Stoken
5ac517b22a
Remove duplicate `verbose` arg in test.py
4年前