Glenn Jocher
104f5418ea
Creado con Colaboratory
il y a 4 ans
Glenn Jocher
7841d7ba88
Update README.md
il y a 4 ans
Glenn Jocher
6ff0d916fb
Update download_weights.sh ( #1338 )
il y a 4 ans
Glenn Jocher
27138c2ebb
Update download_weights.sh ( #1338 )
il y a 4 ans
Glenn Jocher
67bf9a974e
Replace 'ground truth' with 'labels' ( #1337 )
* Replace 'ground truth' with 'labels'
* Using torch... update
il y a 4 ans
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>
il y a 4 ans
Glenn Jocher
19e2482458
PyTorch version to screen and cleanup ( #1325 )
* Create flatten_recursive() helper function
* cleanup
* print torch version
il y a 4 ans
Glenn Jocher
81d320109f
--save-txt store_true fix ( #1323 )
il y a 4 ans
Glenn Jocher
177f39e98e
onnx>=1.8.0
il y a 4 ans
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
il y a 4 ans
Glenn Jocher
d3e7778151
imap bug fix
il y a 4 ans
Glenn Jocher
194f16844e
Multi-threaded image caching
il y a 4 ans
Glenn Jocher
ea7e78cb11
Grid indices overflow bug fix ( #1316 )
il y a 4 ans
Glenn Jocher
58f8ba771e
Creado con Colaboratory
il y a 4 ans
Glenn Jocher
fed5d9cdfb
Grid indices overflow bug fix ( #1313 )
il y a 4 ans
Glenn Jocher
bd5cfff8fb
Creado con Colaboratory
il y a 4 ans
Glenn Jocher
ebe563e701
Created using Colaboratory
il y a 4 ans
Glenn Jocher
9ac9ec3449
Created using Colaboratory
il y a 4 ans
Glenn Jocher
74b34872fd
Add Weights & Biases tutorial ( #1290 )
il y a 4 ans
Glenn Jocher
15a10609fe
autoshape() update for PIL greyscale inputs ( #1279 )
* autoshape update for PIL greyscale inputs
* autoshape update for PIL greyscale inputs
il y a 4 ans
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>
il y a 4 ans
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>
il y a 4 ans
Glenn Jocher
2062765e06
auto-download v3.1 models ( #1259 )
il y a 4 ans
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>
il y a 4 ans
Glenn Jocher
c8c5ef36c9
PyTorch 1.7.0 Compatibility Updates ( #1233 )
* torch 1.7.0 compatibility updates
* add inference verification
il y a 4 ans
Glenn Jocher
453acdec67
Update tensorboard logging
il y a 4 ans
Glenn Jocher
7f1640695b
Update hubconf.py ( #1210 )
il y a 4 ans
Glenn Jocher
d3dad42256
Move generated *.json annotations into runs/test ( #1209 )
* Move generated *.json annotations into runs/test
* list and string robust
il y a 4 ans
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>
il y a 4 ans
Glenn Jocher
0a52ae16dc
README Update ( #1207 )
* README Update
* Update README.md
* README Update
* Update README.md
il y a 4 ans
Glenn Jocher
8e9b3d0205
Precision-Recall Curve feature update #1206
il y a 4 ans
Glenn Jocher
ed85038c38
Precision-Recall Curve feature update ( #1206 )
* Precision-Recall Curve feature update
* sentinel value update
il y a 4 ans
Glenn Jocher
7fe4a6bc06
FROM nvcr.io/nvidia/pytorch:20.10-py3
il y a 4 ans
Glenn Jocher
481d46cffb
Improved corruption handling during scan and cache ( #999 )
il y a 4 ans
Glenn Jocher
d61930e017
Improved corruption handling during scan and cache ( #999 )
il y a 4 ans
Glenn Jocher
0fda95aaf4
Update cache out-of-date warning
il y a 4 ans
Osama Akhtar
83deec133d
Add confidence score to label txt files ( #994 )
* add contrast to conf/class against bbox rectangle color
* added feature to save conf in txt labels
* Update general.py
* Update detect.py
* Update detect.py
* Update detect.py
save_conf variable removed as only used once, so we can use opt.save_conf instead.
* Update detect.py
* Update detect.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Yi_Zhang
f532bc68a9
GhostConv() bug fix ( #1176 )
il y a 4 ans
Shiwei Song
9291daa6f7
fix padding for rectangular inference ( #1165 )
Co-authored-by: swsong <swsong@stratosphere.mobi>
il y a 4 ans
Glenn Jocher
3b57cb5641
Simplified inference ( #1153 )
il y a 4 ans
Jirka Borovec
c67e72200e
fix compatibility for hyper config ( #1146 )
* fix/hyper
* Hyp giou check to train.py
* restore general.py
* train.py overwrite fix
* restore general.py and pep8 update
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
4d3680c81d
Minor import and spelling updates ( #1133 )
il y a 4 ans
Glenn Jocher
4346b13a40
Dataset download bash script updates ( #1132 )
il y a 4 ans
Jirka Borovec
00917a6225
update expt name comment and folder parsing for training ( #978 )
* comment
* fix parsing
* fix evolve
* folder
* tqdm
* Update train.py
* Update train.py
* reinstate anchors into meta dict
anchor evolution is working correctly now
* reinstate logger
prefer the single line readout for concise logging, which helps simplify notebook and tutorials etc.
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
il y a 4 ans
Glenn Jocher
0ada058f63
Generalized regression criterion renaming ( #1120 )
il y a 4 ans
Glenn Jocher
10c85bf4eb
FROM nvcr.io/nvidia/pytorch:20.09-py3
il y a 4 ans
Glenn Jocher
d45e349a1e
Rearrange export input after checks ( #1118 )
img size checks are warnings rather than errors, so current implementation allows improperly formed model inputs.
il y a 4 ans
Glenn Jocher
d87cf7ecb9
Update requirements.txt coremltools==4.0
il y a 4 ans
Glenn Jocher
c2403d785c
fuse() bug fix
il y a 4 ans
Glenn Jocher
5fac5ad165
Precision-Recall Curve Feature Addition ( #1107 )
* initial commit
* Update general.py
Indent update
* Update general.py
refactor duplicate code
* 200 dpi
il y a 4 ans