Glenn Jocher
|
404749a33c
|
PyTorch Hub results.save('path/to/dir') (#2179)
|
3 years ago |
NanoCode012
|
a5d5f9262d
|
Changed socket port and added timeout (#2176)
|
3 years ago |
Transigent
|
c9bda112ae
|
Update utils/datasets.py to support .webp files (#2174)
Simply added 'webp' as an image format to the img_formats array so that webp image files can be used as training data.
|
3 years ago |
Glenn Jocher
|
ace3e02e40
|
Update requirements.txt (#2173)
|
3 years ago |
ab-101
|
c32b0aff76
|
Update detect.py (#2167)
Without this cv2.imshow opens a window but nothing is visible
|
3 years ago |
Glenn Jocher
|
a5359f6c32
|
Update data-autodownload background tasks (#2154)
* Update get_coco.sh
* Update get_voc.sh
|
3 years ago |
Glenn Jocher
|
6b634c6b87
|
Linear LR scheduler option (#2150)
* Linear LR scheduler option
* Update train.py
|
3 years ago |
Glenn Jocher
|
ad839eda38
|
Update train.py (#2149)
|
3 years ago |
Glenn Jocher
|
86897e3663
|
Update train.py test batch_size (#2148)
* Update train.py
* Update loss.py
|
3 years ago |
train255
|
e9b3de463a
|
Unique *.cache filenames fix (#2134)
* fix #2121
* Update test.py
* Update train.py
* Update autoanchor.py
* Update datasets.py
* Update log_dataset.py
* Update datasets.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
3 years ago |
Glenn Jocher
|
4bdc5a397e
|
LoadImages() pathlib update (#2140)
|
3 years ago |
Ayush Chaurasia
|
73a0669930
|
Start setup for improved W&B integration (#1948)
* Add helper functions for wandb and artifacts
* cleanup
* Reorganize files
* Update wandb_utils.py
* Update log_dataset.py
We can remove this code, as the giou hyp has been deprecated for a while now.
* Reorganize and update dataloader call
* yaml.SafeLoader
* PEP8 reformat
* remove redundant checks
* Add helper functions for wandb and artifacts
* cleanup
* Reorganize files
* Update wandb_utils.py
* Update log_dataset.py
We can remove this code, as the giou hyp has been deprecated for a while now.
* Reorganize and update dataloader call
* yaml.SafeLoader
* PEP8 reformat
* remove redundant checks
* Update util files
* Update wandb_utils.py
* Remove word size
* Change path of labels.zip
* remove unused imports
* remove --rect
* log_dataset.py cleanup
* log_dataset.py cleanup2
* wandb_utils.py cleanup
* remove redundant id_count
* wandb_utils.py cleanup2
* rename cls
* use pathlib for zip
* rename dataloader to dataset
* Change import order
* Remove redundant code
* remove unused import
* remove unused imports
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
3 years ago |
Glenn Jocher
|
9646ca438a
|
Update plot_study() (#2112)
|
3 years ago |
Glenn Jocher
|
be9edffded
|
Update test.py --task speed and study (#2099)
* Add --speed benchmark
* test range 256 - 1536
* update
* update
* update
* update
|
3 years ago |
Glenn Jocher
|
a18efc3a73
|
Add variable-stride inference support (#2091)
|
3 years ago |
Glenn Jocher
|
aa02b94825
|
Add Kaggle badge (#2090)
|
3 years ago |
Glenn Jocher
|
eeb2bbf648
|
Add Kaggle badge (#2090)
* Update README.md
* Update greetings.yml
* Created using Colaboratory
|
3 years ago |
Glenn Jocher
|
170d12e506
|
Add Amazon Deep Learning AMI environment (#2085)
* Update greetings.yml
* Update README.md
|
3 years ago |
Glenn Jocher
|
64628d6fc5
|
Update tutorial.ipynb
|
3 years ago |
Glenn Jocher
|
6e6f77be47
|
Add YOLOv5-P6 models (#2083)
|
3 years ago |
Glenn Jocher
|
6bfa9c2422
|
GhostConv update (#2082)
|
3 years ago |
Glenn Jocher
|
2acbe9699a
|
W&B epoch logging update (#2073)
|
3 years ago |
Glenn Jocher
|
630ec06af6
|
Update to colors.TABLEAU_COLORS (#2069)
|
3 years ago |
Glenn Jocher
|
f639e14e4d
|
Metric-Confidence plots feature addition (#2057)
* Metric-Confidence plots feature addition
* cleanup
* Metric-Confidence plots feature addition
* cleanup
* Update run-once lines
* cleanup
* save all 4 curves to wandb
|
3 years ago |
Glenn Jocher
|
2a835c79a9
|
Update run-once lines (#2058)
|
3 years ago |
Glenn Jocher
|
f59f80114c
|
Add 'exclude' tuple to check_requirements() (#2041)
|
3 years ago |
Glenn Jocher
|
59c21c7bcb
|
W&B log epoch (#1946)
* W&B log epoch
* capitalize
* W&B log epoch
* capitalize
* Update train.py
New try using https://docs.wandb.ai/library/log#incremental-logging
* Update train.py
* Update test.py
* Update train.py
* Update plots.py
* Update train.py
* Update train.py
* label plot step -1
* update
* update
* update
* update
* update
* update
* Update train.py
* Update train.py
|
3 years ago |
Glenn Jocher
|
08d3119e09
|
Add histogram equalization fcn (#2049)
|
3 years ago |
ramonhollands
|
d68afedb32
|
Confusion matrix native image-space fix (#2046)
Make sure the labels and predictions are equally scaled on confusion_matrix.process_batch
|
3 years ago |
Glenn Jocher
|
8fcbe43423
|
Check im.format during dataset caching (#2042)
* Check im.format during dataset caching
* Update datasets.py
|
3 years ago |
Glenn Jocher
|
a41d910c5d
|
data-autodownload background tasks (#2034)
|
3 years ago |
Glenn Jocher
|
3551b072b3
|
Docker pyYAML>=5.3.1 fix (#2031)
|
3 years ago |
Glenn Jocher
|
c76c607265
|
PyYAML==5.4.1 (#2030)
|
3 years ago |
Glenn Jocher
|
9a3da79b4a
|
Update requirements.txt (#2021)
* Update requirements.txt
* Update ci-testing.yml
* Update hubconf.py
|
3 years ago |
Glenn Jocher
|
2fc4760257
|
Update autoshape .print() and .save() (#2022)
|
3 years ago |
Glenn Jocher
|
3b7feeafdf
|
Update general.py check_git_status() fix (#2020)
|
3 years ago |
Glenn Jocher
|
aac33f87ad
|
Update inference multiple-counting (#2019)
* Update inference multiple-counting
* update github check
|
3 years ago |
Glenn Jocher
|
85b75d6018
|
Update ci-testing.yml (#2018)
|
3 years ago |
Glenn Jocher
|
77fd83225f
|
Update google_utils.py (#2017)
|
3 years ago |
Glenn Jocher
|
8dc68fcbcb
|
Update Dockerfile (#2016)
|
3 years ago |
Glenn Jocher
|
1445ab2b27
|
check_git_status() Windows fix (#2015)
* check_git_status() Windows fix
* Update general.py
* Update general.py
* Update general.py
* Update general.py
* Update general.py
* Update general.py
|
3 years ago |
Glenn Jocher
|
046c37e465
|
verbose on final_epoch (#1997)
|
3 years ago |
Glenn Jocher
|
d9212140b3
|
Add xywhn2xyxy() (#1983)
|
3 years ago |
Glenn Jocher
|
1ca2d26b9f
|
Update Dockerfile (#1982)
|
3 years ago |
Glenn Jocher
|
b1cf25dd9a
|
check_git_status() asserts (#1977)
|
3 years ago |
Abhiram V
|
e9941d50fa
|
Update train.py with yaml.SafeLoader (#1972)
|
3 years ago |
Abhiram V
|
17751b9891
|
Update autoanchor.py with yaml.SafeLoader (#1971)
|
3 years ago |
Abhiram V
|
4501169547
|
Update yolo.py with yaml.SafeLoader (#1970)
|
3 years ago |
Abhiram V
|
91c30e4eff
|
Update test.py with yaml.SafeLoader (#1969)
|
3 years ago |
Abhiram V
|
35400dc7b7
|
Update plots.py with yaml.SafeLoader (#1968)
|
3 years ago |