- 28 10月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
* torch 1.7.0 compatibility updates * add inference verification
-
- 26 10月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Move generated *.json annotations into runs/test * list and string robust
-
- 25 10月, 2020 5 次提交
-
-
由 oleg 提交于
* 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>
-
由 Glenn Jocher 提交于
* README Update * Update README.md * README Update * Update README.md
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Precision-Recall Curve feature update * sentinel value update
-
由 Glenn Jocher 提交于
-
- 24 10月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 23 10月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 20 10月, 2020 2 次提交
-
-
由 Osama Akhtar 提交于
* 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>
-
由 Yi_Zhang 提交于
-
- 19 10月, 2020 1 次提交
-
-
由 Shiwei Song 提交于
Co-authored-by:
swsong <swsong@stratosphere.mobi>
-
- 16 10月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 15 10月, 2020 1 次提交
-
-
由 Jirka Borovec 提交于
* 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>
-
- 13 10月, 2020 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Jirka Borovec 提交于
* 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>
-
- 11 10月, 2020 5 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
img size checks are warnings rather than errors, so current implementation allows improperly formed model inputs.
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 09 10月, 2020 1 次提交
-
-
由 Glenn Jocher 提交于
* initial commit * Update general.py Indent update * Update general.py refactor duplicate code * 200 dpi
-
- 08 10月, 2020 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 NanoCode012 提交于
-
- 07 10月, 2020 1 次提交
-
-
由 Frederik 提交于
* added option to not open on save * Update detect.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 06 10月, 2020 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 05 10月, 2020 4 次提交
-
-
由 Jiacong Fang 提交于
* Fix increment_dir to use run_xxx for logdir Rerunning train.py with logdir in the form of `run_xxx` causes index slicing in ``` n = max([int(x[len(dir):x.find('_') if '_' in Path(x).name else None]) for x in d]) + 1 # increment ``` to underflow. * Replace find with rfind
-
由 Glenn Jocher 提交于
-
由 Mingyu Wang 提交于
-
由 Glenn Jocher 提交于
* Update ci-testing.yml * Update yolo.py * Update ci-testing.yml * Update export.py * Update yolo.py
-
- 04 10月, 2020 1 次提交
-
-
由 PetrDvoracek 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 haoyuefan 提交于
fix a bug in load_mosaic
-
- 23 9月, 2020 1 次提交
-
-
由 Guilhen 提交于
* add the configuration to deploy yolov5 in a docker container in app engine on google cloud * remove the duplicated requirements, place the google app engine files in utils * remove the unused requirements Co-authored-by:
guilhembau <guilhem@6dbytes.com>
-