Glenn Jocher
412b113ac6
W&B logging bug fix ( #1399 )
4 years ago
Glenn Jocher
4250f84dfb
Update PR curve ( #1428 )
* Update PR curve
* legend outside
* list(Path().glob())
4 years ago
Jacobsolawetz
8d2d6d2349
Update img2label_paths() ( #1414 )
4 years ago
Glenn Jocher
97c6a59dd1
PANet anchor order correction ( #1420 )
4 years ago
Glenn Jocher
311de00855
PyTorch Hub and autoShape update ( #1415 )
4 years ago
Glenn Jocher
2aaaec3cca
PyTorch Hub and autoShape update ( #1415 )
4 years ago
Glenn Jocher
7816c0c2d3
PyTorch Hub and autoShape update ( #1415 )
4 years ago
Glenn Jocher
93fc607f07
PyTorch Hub and autoShape update ( #1415 )
4 years ago
Glenn Jocher
f5429260ca
PyTorch Hub and autoShape update ( #1415 )
* PyTorch Hub and autoShape update
* comment x for imgs
* reduce comment
4 years ago
Glenn Jocher
92c9b72832
Matplotlib AGG backend ( #1413 )
4 years ago
Glenn Jocher
548a98a391
Recursive directories dataset capability ( #1408 )
* Recursive directories dataset capability
* x.split('.')[-1]
* f += glob.glob(f"{p}{os.sep}**.*", recursive=True)
* f += glob.glob(str(p / '**.*'), recursive=True)
* remove . from image and vid formats
* .txt to txt
* str(p / '**' / '*.*')
4 years ago
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 years ago
Glenn Jocher
b7007d03b4
Creado con Colaboratory
4 years ago
Glenn Jocher
9f27902368
Improved FLOPS computation ( #1398 )
4 years ago
Glenn Jocher
d8f5fcfe87
Improved FLOPS computation ( #1398 )
* Improved FLOPS computation
* update comment
4 years ago
Glenn Jocher
0c26c4e831
Increase pycocotools robustness ( #1396 )
4 years ago
Glenn Jocher
9b0f6e33ee
Increase pycocotools robustness ( #1396 )
4 years ago
Glenn Jocher
cf581305db
Creado con Colaboratory
4 years ago
Glenn Jocher
fe341fa44d
Utils reorganization ( #1392 )
* Utils reorganization
* Add new utils files
* cleanup
* simplify
* reduce datasets.py
* remove evolve.sh
* loadWebcam cleanup
4 years ago
Glenn Jocher
379396e896
Yaml constructor posixpath --resume bug fix ( #1390 )
* resume fix for yaml constructor posixpath error
* fix update
* remove weights/ dir backup
4 years ago
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 years ago
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 years ago
Glenn Jocher
ce3872f86c
W&B evolution bug fix ( #1373 )
4 years ago
Glenn Jocher
f6b3c96966
Update tutorial.ipynb
4 years ago
Glenn Jocher
9cd46427e4
Creado con Colaboratory
4 years ago
Glenn Jocher
104f5418ea
Creado con Colaboratory
4 years ago
Glenn Jocher
7841d7ba88
Update README.md
4 years ago
Glenn Jocher
6ff0d916fb
Update download_weights.sh ( #1338 )
4 years ago
Glenn Jocher
27138c2ebb
Update download_weights.sh ( #1338 )
4 years ago
Glenn Jocher
67bf9a974e
Replace 'ground truth' with 'labels' ( #1337 )
* Replace 'ground truth' with 'labels'
* Using torch... update
4 years ago
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 years ago
Glenn Jocher
19e2482458
PyTorch version to screen and cleanup ( #1325 )
* Create flatten_recursive() helper function
* cleanup
* print torch version
4 years ago
Glenn Jocher
81d320109f
--save-txt store_true fix ( #1323 )
4 years ago
Glenn Jocher
177f39e98e
onnx>=1.8.0
4 years ago
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 years ago
Glenn Jocher
d3e7778151
imap bug fix
4 years ago
Glenn Jocher
194f16844e
Multi-threaded image caching
4 years ago
Glenn Jocher
ea7e78cb11
Grid indices overflow bug fix ( #1316 )
4 years ago
Glenn Jocher
58f8ba771e
Creado con Colaboratory
4 years ago
Glenn Jocher
fed5d9cdfb
Grid indices overflow bug fix ( #1313 )
4 years ago
Glenn Jocher
bd5cfff8fb
Creado con Colaboratory
4 years ago
Glenn Jocher
ebe563e701
Created using Colaboratory
4 years ago
Glenn Jocher
9ac9ec3449
Created using Colaboratory
4 years ago
Glenn Jocher
74b34872fd
Add Weights & Biases tutorial ( #1290 )
4 years ago
Glenn Jocher
15a10609fe
autoshape() update for PIL greyscale inputs ( #1279 )
* autoshape update for PIL greyscale inputs
* autoshape update for PIL greyscale inputs
4 years ago
Junghoon Kim
187f7c2ed1
Change optimizer parameters group method ( #1239 )
* Change optimizer parameters group method
* Add torch nn
* Change isinstance method(torch.Tensor to nn.Parameter)
* parameter freeze fix, PEP8 reformat
* freeze bug fix
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 years ago
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 years ago
Glenn Jocher
2062765e06
auto-download v3.1 models ( #1259 )
4 years ago
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 years ago
Glenn Jocher
c8c5ef36c9
PyTorch 1.7.0 Compatibility Updates ( #1233 )
* torch 1.7.0 compatibility updates
* add inference verification
4 years ago