Glenn Jocher
|
a9333a57a8
|
cleanup
|
2021-03-09 17:45:06 -08:00 |
|
Glenn Jocher
|
47bc633917
|
resize()
|
2021-03-09 17:42:15 -08:00 |
|
Glenn Jocher
|
7b6c0cd523
|
reorder T.Compose()
|
2021-03-09 17:32:11 -08:00 |
|
Glenn Jocher
|
d3d9ef7de9
|
remove extend
|
2021-03-09 17:30:39 -08:00 |
|
Glenn Jocher
|
0b5197b211
|
lambda x:
|
2021-03-09 17:29:45 -08:00 |
|
Glenn Jocher
|
8fec556772
|
T.Resize()
|
2021-03-09 17:22:02 -08:00 |
|
Glenn Jocher
|
4c34fba17a
|
update print
|
2021-03-09 17:16:08 -08:00 |
|
Glenn Jocher
|
90e414bb3a
|
update print
|
2021-03-09 17:08:01 -08:00 |
|
Glenn Jocher
|
75e2637eb5
|
print(f'')
|
2021-03-09 16:59:25 -08:00 |
|
Glenn Jocher
|
3e27ba7fc0
|
cleanup
|
2021-03-09 15:22:14 -08:00 |
|
Glenn Jocher
|
ecceb2b06e
|
Update logging for start/end training
|
2021-03-09 15:13:49 -08:00 |
|
Glenn Jocher
|
7e818dddec
|
transform bug fix
|
2021-03-09 15:10:30 -08:00 |
|
Glenn Jocher
|
bbcc482416
|
workers to max os.cpu_count()
|
2021-03-09 15:09:03 -08:00 |
|
Glenn Jocher
|
05b8c6a501
|
fillcolor deprecated to fill
|
2021-03-09 15:05:15 -08:00 |
|
Glenn Jocher
|
655675b605
|
Usage example
|
2021-03-09 15:04:04 -08:00 |
|
Glenn Jocher
|
f0b630a347
|
Implement checkpointing
|
2021-03-09 15:00:22 -08:00 |
|
Glenn Jocher
|
04fddf507f
|
Update classifier.py
|
2021-02-10 13:29:23 -08:00 |
|
Glenn Jocher
|
b34e21b97b
|
merge master
|
2021-01-23 10:18:16 -08:00 |
|
Glenn Jocher
|
2fc4760257
|
Update autoshape .print() and .save() (#2022)
|
2021-01-22 16:38:06 -08:00 |
|
Glenn Jocher
|
3b7feeafdf
|
Update general.py check_git_status() fix (#2020)
|
2021-01-22 15:59:01 -08:00 |
|
Glenn Jocher
|
aac33f87ad
|
Update inference multiple-counting (#2019)
* Update inference multiple-counting
* update github check
|
2021-01-22 15:39:08 -08:00 |
|
Glenn Jocher
|
85b75d6018
|
Update ci-testing.yml (#2018)
|
2021-01-22 15:22:54 -08:00 |
|
Glenn Jocher
|
77fd83225f
|
Update google_utils.py (#2017)
|
2021-01-22 15:08:42 -08:00 |
|
Glenn Jocher
|
8dc68fcbcb
|
Update Dockerfile (#2016)
|
2021-01-22 14:26:58 -08:00 |
|
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
|
2021-01-22 12:37:12 -08:00 |
|
Glenn Jocher
|
046c37e465
|
verbose on final_epoch (#1997)
|
2021-01-20 18:27:38 -08:00 |
|
Glenn Jocher
|
d9212140b3
|
Add xywhn2xyxy() (#1983)
|
2021-01-19 13:33:52 -08:00 |
|
Glenn Jocher
|
1ca2d26b9f
|
Update Dockerfile (#1982)
|
2021-01-19 11:45:15 -08:00 |
|
Glenn Jocher
|
b1cf25dd9a
|
check_git_status() asserts (#1977)
|
2021-01-18 10:49:28 -08:00 |
|
Abhiram V
|
e9941d50fa
|
Update train.py with yaml.SafeLoader (#1972)
|
2021-01-18 10:49:08 -08:00 |
|
Abhiram V
|
17751b9891
|
Update autoanchor.py with yaml.SafeLoader (#1971)
|
2021-01-18 10:47:42 -08:00 |
|
Abhiram V
|
4501169547
|
Update yolo.py with yaml.SafeLoader (#1970)
|
2021-01-18 10:47:00 -08:00 |
|
Abhiram V
|
91c30e4eff
|
Update test.py with yaml.SafeLoader (#1969)
|
2021-01-18 10:46:46 -08:00 |
|
Abhiram V
|
35400dc7b7
|
Update plots.py with yaml.SafeLoader (#1968)
|
2021-01-18 10:46:20 -08:00 |
|
huntr.dev | the place to protect open source
|
b5d851d653
|
Security Fix for Arbitrary Code Execution - huntr.dev (#1962)
Co-authored-by: Anon-Artist <61599526+Anon-Artist@users.noreply.github.com>
Co-authored-by: Jamie Slome <jamie@418sec.com>
|
2021-01-17 14:10:16 -08:00 |
|
Glenn Jocher
|
18c25889dc
|
Update tutorial.ipynb
|
2021-01-17 13:11:28 -08:00 |
|
Glenn Jocher
|
3a42abd18a
|
Created using Colaboratory
|
2021-01-17 13:04:16 -08:00 |
|
Glenn Jocher
|
b26a2f6242
|
check_git_status() when not exist /workspace (#1966)
|
2021-01-17 11:55:25 -08:00 |
|
Glenn Jocher
|
e8a41e8916
|
prevent check_git_status() in docker images (#1951)
* prevent check_git_status() running docker images
* Update general.py
|
2021-01-16 01:15:38 -08:00 |
|
Glenn Jocher
|
ca9babb8e6
|
Add ComputeLoss() class (#1950)
|
2021-01-15 13:50:24 -08:00 |
|
Glenn Jocher
|
f4a78e1b40
|
W&B mosaic log bug fix (#1949)
|
2021-01-15 12:09:53 -08:00 |
|
lorne
|
03ebe6ea14
|
Add nn.SiLU inplace in attempt_load() (#1940)
* sleep 3 sec to load data .
* Update train.py
* Add nn.SiLU inplace in attempt_load()
Co-authored-by: wangliang <wangliang@codingapi.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
|
2021-01-15 09:58:41 -08:00 |
|
Glenn Jocher
|
777032efbc
|
Daemon thread mosaic plots fix (#1943)
|
2021-01-14 13:16:48 -08:00 |
|
NanoCode012
|
3a56cac414
|
Fix batch-size on resume for multi-gpu (#1942)
|
2021-01-14 09:53:13 -08:00 |
|
Glenn Jocher
|
b75c432ea0
|
GitHub API rate limit fallback (#1930)
|
2021-01-13 21:09:50 -08:00 |
|
Glenn Jocher
|
051e9e80de
|
check_git_status() bug fix (#1925)
|
2021-01-13 10:25:53 -08:00 |
|
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
|
2021-01-12 21:51:49 -08:00 |
|
Glenn Jocher
|
dd03b20ba5
|
colorstr() updates (#1909)
* W&B ImportError message fix
* colorstr() updates
* colorstr() updates
* colorstr() default to 'blue', 'bold'
* train: magenta
* train: blue
|
2021-01-12 10:33:15 -08:00 |
|
Glenn Jocher
|
1d1c0567a4
|
PyTorch Hub results.render() (#1897)
|
2021-01-10 20:06:11 -08:00 |
|
Glenn Jocher
|
ffef77124e
|
Update torch_utils.py (#1895)
|
2021-01-10 12:26:29 -08:00 |
|