Glenn Jocher
f59f80114c
Add 'exclude' tuple to check_requirements() ( #2041 )
3 年之前
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 年之前
Glenn Jocher
08d3119e09
Add histogram equalization fcn ( #2049 )
3 年之前
Glenn Jocher
8fcbe43423
Check im.format during dataset caching ( #2042 )
* Check im.format during dataset caching
* Update datasets.py
3 年之前
Glenn Jocher
3b7feeafdf
Update general.py check_git_status() fix ( #2020 )
3 年之前
Glenn Jocher
aac33f87ad
Update inference multiple-counting ( #2019 )
* Update inference multiple-counting
* update github check
3 年之前
Glenn Jocher
77fd83225f
Update google_utils.py ( #2017 )
3 年之前
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 年之前
Glenn Jocher
d9212140b3
Add xywhn2xyxy() ( #1983 )
3 年之前
Glenn Jocher
b1cf25dd9a
check_git_status() asserts ( #1977 )
3 年之前
Abhiram V
17751b9891
Update autoanchor.py with yaml.SafeLoader ( #1971 )
3 年之前
Abhiram V
35400dc7b7
Update plots.py with yaml.SafeLoader ( #1968 )
3 年之前
Glenn Jocher
b26a2f6242
check_git_status() when not exist /workspace ( #1966 )
3 年之前
Glenn Jocher
e8a41e8916
prevent check_git_status() in docker images ( #1951 )
* prevent check_git_status() running docker images
* Update general.py
3 年之前
Glenn Jocher
ca9babb8e6
Add ComputeLoss() class ( #1950 )
3 年之前
Glenn Jocher
b75c432ea0
GitHub API rate limit fallback ( #1930 )
3 年之前
Glenn Jocher
051e9e80de
check_git_status() bug fix ( #1925 )
3 年之前
Glenn Jocher
509dd51aca
check_git_status() improvements ( #1916 )
* check_online()
* Update general.py
* update check_git_status()
* reverse rev-parse order
* fetch
* improved responsiveness
* comment
* comment
* remove hyp['giou'] compat warning
3 年之前
Glenn Jocher
dd03b20ba5
colorstr() updates ( #1909 )
* W&B ImportError message fix
* colorstr() updates
* colorstr() updates
* colorstr() default to 'blue', 'bold'
* train: magenta
* train: blue
3 年之前
Glenn Jocher
1d1c0567a4
PyTorch Hub results.render() ( #1897 )
3 年之前
Glenn Jocher
ffef77124e
Update torch_utils.py ( #1895 )
3 年之前
Glenn Jocher
0f11aaf551
GitHub API rate limit newline ( #1894 )
3 年之前
Glenn Jocher
d06ad3bc3d
GitHub API rate limit fix ( #1894 )
3 年之前
Glenn Jocher
6ab589583c
Add colorstr() ( #1887 )
* Add colorful()
* update
* newline fix
* add git description
* --always
* update loss scaling
* update loss scaling 2
* rename to colorstr()
3 年之前
Glenn Jocher
fea9c9b80c
nn.SiLU() citation correction ( #1713 )
3 年之前
Glenn Jocher
e77c77f580
Add check_requirements() ( #1853 )
* Add check_requirements()
* add import
* parameterize filename
* add to detect, test
3 年之前
Tommy in Tongji
135ec5c5ce
W&B ID reset on training completion ( #1852 )
* Update train.py
Fix the bug of always the same W&B ID and continue overwrite with the old logging.
BUG report
https://github.com/ultralytics/yolov5/issues/1851
* Fix the bug of duplicate W&B ID
fix the bug of https://github.com/ultralytics/yolov5/issues/1851
If we had trained on yolov5s.pt, the program will generate a new unique W&B ID.
If we hadn't, the program will keep the old code, we can still use --resume aug.
* Update general.py
* revert train.py changes
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
3 年之前
Glenn Jocher
69be8e738f
YOLOv5 v4.0 Release ( #1837 )
* Update C3 module
* Update C3 module
* Update C3 module
* Update C3 module
* update
* update
* update
* update
* update
* update
* update
* update
* update
* updates
* updates
* updates
* updates
* updates
* updates
* updates
* updates
* updates
* updates
* update
* update
* update
* update
* updates
* updates
* updates
* updates
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update datasets
* update
* update
* update
* update attempt_downlaod()
* merge
* merge
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* parameterize eps
* comments
* gs-multiple
* update
* max_nms implemented
* Create one_cycle() function
* update
* update
* update
* update
* update
* update
* update
* update study.png
* update study.png
* Update datasets.py
3 年之前
Glenn Jocher
0e341c5660
Create one_cycle() function ( #1836 )
3 年之前
Glenn Jocher
9f5a18bb80
Torch CUDA synchronize update ( #1826 )
* torch.cuda.synchronize() update
* torch.cuda.synchronize() update
* torch.cuda.synchronize() update
* newline
3 年之前
Glenn Jocher
c0ffcdf998
Display correct CUDA devices ( #1776 )
* Display correct CUDA devices
* cleanup
3 年之前
Glenn Jocher
3004fb5bc1
Automatic m.half() profile on x.half()
3 年之前
Glenn Jocher
0bd9c48609
Update torch_utils.py
FLOPS to GFLOPS
3 年之前
Glenn Jocher
394d1c89f3
Input channel yaml['ch'] addition ( #1741 )
3 年之前
Glenn Jocher
685d601308
Increase plot_labels() speed ( #1736 )
3 年之前
Glenn Jocher
49abc722fc
Update profile_idetection() ( #1727 )
3 年之前
Glenn Jocher
d5289b54c4
clean_str() function addition ( #1674 )
* clean_str() function addition
* cleanup
* add euro symbol €
* add closing exclamation (spanish)
* cleanup
3 年之前
Glenn Jocher
6bd5e8bca7
nn.SiLU() export support ( #1713 )
3 年之前
Polydefkis Gkagkos
1fc9d42a64
NMS --classes 0 bug fix ( #1710 )
3 年之前
Glenn Jocher
8bc0027afc
Update loss criteria constructor ( #1711 )
3 年之前
NanoCode012
035ac82ed0
Fix torch multi-GPU --device error ( #1701 )
* Fix torch GPU error
* Update torch_utils.py
single-line device =
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
3 年之前
Glenn Jocher
69ea70cd3b
Add idetection_profile() function to plots.py ( #1700 )
3 年之前
Glenn Jocher
54043a9fa4
Streaming --save-txt bug fix ( #1672 )
* Streaming --save-txt bug fix
* cleanup
3 年之前
Glenn Jocher
ada90e3901
Profile() feature addition ( #1673 )
* Profile() feature addition
* cleanup
3 年之前
Glenn Jocher
94a7f55c4e
FReLU bias=False bug fix ( #1666 )
3 年之前
Glenn Jocher
2e8e02745b
vast.ai compatability updates ( #1657 )
3 年之前
Glenn Jocher
fa8f1fb0e9
Simplify autoshape() post-process ( #1653 )
* Simplify autoshape() post-process
* cleanup
* cleanup
3 年之前
Glenn Jocher
84f9bb5d92
Normalized mosaic plotting bug fix ( #1647 )
3 年之前
Glenn Jocher
0bb43953eb
Reinstate PR curve sentinel values ( #1645 )
3 年之前
Glenn Jocher
68e6ab668b
Hub device mismatch bug fix ( #1619 )
3 年之前