- 07 6月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 05 6月, 2021 7 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update stale.yml * cleanup * Update stale.yml * reformat
-
由 edificewang 提交于
* fixed inference bug ,while use half precision * replace --use-half with --half * replace space and PEP8 in detect.py * PEP8 detect.py * update --half help comment * Update test.py * revert space Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Sam_S 提交于
* Add output names & dynamic axes for onnx export Add output_names and dynamic_axes names for all outputs in torch.onnx.export. The first four outputs of the model will have names output0, output1, output2, output3 * use first output only + cleanup Co-authored-by:
Samridha Shrestha <samridha.shrestha@g42.ai> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Improve robustness of `check_requirements()` function to offline environments (do not attempt pip installs when offline).
-
由 Glenn Jocher 提交于
* Add check_git_status() 5 second timeout This should prevent the SSH Git bug that we were discussing @KalenMike * cleanup * replace timeout with check_output built-in timeout
-
由 Yonghye Kwon 提交于
remove datatype conversion process that can be skipped
-
- 04 6月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
* Add `timeout()` class * rearrange order
-
由 Glenn Jocher 提交于
Per VOC empirical results https://github.com/ultralytics/yolov5/issues/3380#issuecomment-853001307 by @developer0hye
-
由 Glenn Jocher 提交于
* Suppress jit trace warning + graph once Suppress harmless jit trace warning on TensorBoard add_graph call. Also fix multiple add_graph() calls bug, now only on batch 0. * Update train.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Parse URL authentication * urllib.parse.unquote() * improved error handling * improved error handling * remove %3F * update check_file()
-
- 03 6月, 2021 1 次提交
-
-
由 chocosaj 提交于
* Update README.md * Changing FLOPS to FLOPs. Co-authored-by:
BuildTools <unconfigured@null.spigotmc.org>
-
- 31 5月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
This reverts commit 21a9607e.
-
由 Glenn Jocher 提交于
Returns `True` if file is part of pip package. Useful for contextual behavior modification. ```python def is_pip(): # Is file in a pip package? return 'site-packages' in Path(__file__).absolute().parts ```
-
- 30 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* COCO evolution fix * cleanup * update print * print fix
-
由 tudoulei 提交于
* Update datasets.py * comment Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Peretz Cohen 提交于
add Open in Kaggle badge
-
- 28 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Enable direct `--weights URL` definition @KalenMike this PR will enable direct --weights URL definition. Example use case: ``` python train.py --weights https://storage.googleapis.com/bucket/dir/model.pt ``` * cleanup * bug fixes * weights = attempt_download(weights) * Update experimental.py * Update hubconf.py * return bug fix * comment mirror * min_bytes
-
由 SkalskiP 提交于
-
由 Piotr Skalski 提交于
* update ci-testing.yml * update greetings.yml * bring back os matrix
-
- 27 5月, 2021 3 次提交
-
-
由 Piotr Skalski 提交于
* update ci-testing.yml * update greetings.yml * bring back os matrix
-
-
由 WangChaofeng 提交于
-
- 26 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Add URL file download to check_file() * cleanup * pathlib bug fix
-
由 Glenn Jocher 提交于
* Update cache v0.2 to include parent hash Possible fix for https://github.com/ultralytics/yolov5/issues/3349 * Update datasets.py
-
由 Glenn Jocher 提交于
-
- 25 5月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 24 5月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* `@torch.no_grad()` decorator * Update detect.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Add try: except clause on missing requirements install to catch install failures. Prompted by Ultralytics YOLOv5 API failure on Cython.
-
- 23 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
Ultralytics REST API fix.
-
由 yeric1789 提交于
* Changing save_one_box Made to work with other changes to common.py * PEP8 and single line BGR Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 22 5月, 2021 2 次提交
-
-
由 Charles Frye 提交于
* adds latest tag to match wandb defaults * adds entity handling, 'last' tag * fixes bug causing finished runs to resume * removes redundant "last" tag for wandb artifact
-
由 Glenn Jocher 提交于
-
- 21 5月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* YouTube stream ending fix Properly terminates YouTube streams on video end. Should resolve issues #2769 and #3220. * Update datasets.py
-
由 Glenn Jocher 提交于
Bug fix to check batch_size divisibility of utilized CUDA device count vs total system CUDA device count.
-