-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check_requirements() exclude opencv-python
#3506
Commits on May 27, 2021
-
* update ci-testing.yml * update greetings.yml * bring back os matrix
Configuration menu - View commit details
-
Copy full SHA for bb13123 - Browse repository at this point
Copy the full SHA bb13123View commit details
Commits on May 28, 2021
-
* update ci-testing.yml * update greetings.yml * bring back os matrix
Configuration menu - View commit details
-
Copy full SHA for 3fea068 - Browse repository at this point
Copy the full SHA 3fea068View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78e30d - Browse repository at this point
Copy the full SHA b78e30dView commit details -
Enable direct
--weights URL
definition (#3373)* 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
Configuration menu - View commit details
-
Copy full SHA for ba6f3f9 - Browse repository at this point
Copy the full SHA ba6f3f9View commit details
Commits on May 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57f773b - Browse repository at this point
Copy the full SHA 57f773bView commit details -
cv2.imread(img, -1)
for IMREAD_UNCHANGED (#3379)* Update datasets.py * comment Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2Configuration menu - View commit details
-
Copy full SHA for 21a9607 - Browse repository at this point
Copy the full SHA 21a9607View commit details -
* COCO evolution fix * cleanup * update print * print fix
Configuration menu - View commit details
-
Copy full SHA for 4b52e19 - Browse repository at this point
Copy the full SHA 4b52e19View commit details
Commits on May 30, 2021
-
Create
is_pip()
function (#3391)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 ```
Configuration menu - View commit details
-
Copy full SHA for d833ab3 - Browse repository at this point
Copy the full SHA d833ab3View commit details
Commits on May 31, 2021
-
Revert "
cv2.imread(img, -1)
for IMREAD_UNCHANGED (#3379)" (#3395)This reverts commit 21a9607.
Configuration menu - View commit details
-
Copy full SHA for fdbe527 - Browse repository at this point
Copy the full SHA fdbe527View commit details
Commits on Jun 3, 2021
-
Update FLOPs description (#3422)
* Update README.md * Changing FLOPS to FLOPs. Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
Configuration menu - View commit details
-
Copy full SHA for 3cb9ad4 - Browse repository at this point
Copy the full SHA 3cb9ad4View commit details -
Parse URL authentication (#3424)
* Parse URL authentication * urllib.parse.unquote() * improved error handling * improved error handling * remove %3F * update check_file()
Configuration menu - View commit details
-
Copy full SHA for f8651c3 - Browse repository at this point
Copy the full SHA f8651c3View commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for af2bc3a - Browse repository at this point
Copy the full SHA af2bc3aView commit details -
Suppress jit trace warning + graph once (#3454)
* 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
Configuration menu - View commit details
-
Copy full SHA for 4aa2959 - Browse repository at this point
Copy the full SHA 4aa2959View commit details -
Update MixUp augmentation
alpha=beta=32.0
(#3455)Per VOC empirical results #3380 (comment) by @developer0hye
Configuration menu - View commit details
-
Copy full SHA for 8e3b4a0 - Browse repository at this point
Copy the full SHA 8e3b4a0View commit details -
* Add `timeout()` class * rearrange order
Configuration menu - View commit details
-
Copy full SHA for d40481a - Browse repository at this point
Copy the full SHA d40481aView commit details -
Faster HSV augmentation (#3462)
remove datatype conversion process that can be skipped
Configuration menu - View commit details
-
Copy full SHA for c37f072 - Browse repository at this point
Copy the full SHA c37f072View commit details -
Add
check_git_status()
5 second timeout (#3464)* 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
Configuration menu - View commit details
-
Copy full SHA for 563ea94 - Browse repository at this point
Copy the full SHA 563ea94View commit details -
Improved
check_requirements()
offline-handling (#3466)Improve robustness of `check_requirements()` function to offline environments (do not attempt pip installs when offline).
Configuration menu - View commit details
-
Copy full SHA for 317f2cc - Browse repository at this point
Copy the full SHA 317f2ccView commit details -
Add
output_names
argument for ONNX export with dynamic axes (#3456)* 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>
Configuration menu - View commit details
-
Copy full SHA for 044daaf - Browse repository at this point
Copy the full SHA 044daafView commit details -
Revert FP16
test.py
anddetect.py
inference to FP32 default (#3423)* 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>
Configuration menu - View commit details
-
Copy full SHA for b31229a - Browse repository at this point
Copy the full SHA b31229aView commit details -
Add additional links/resources to stale.yml message (#3467)
* Update stale.yml * cleanup * Update stale.yml * reformat
Configuration menu - View commit details
-
Copy full SHA for 739451d - Browse repository at this point
Copy the full SHA 739451dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3597d28 - Browse repository at this point
Copy the full SHA 3597d28View commit details
Commits on Jun 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf4f95b - Browse repository at this point
Copy the full SHA cf4f95bView commit details -
Explicit
model.eval()
callif opt.train=False
(#3475)* call model.eval() when opt.train is False call model.eval() when opt.train is False * single-line if statement * cleanup Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Configuration menu - View commit details
-
Copy full SHA for a1c3572 - Browse repository at this point
Copy the full SHA a1c3572View commit details
Commits on Jun 7, 2021
-
check_requirements() exclude
opencv-python
Fix for 3rd party or contrib versions of installed OpenCV as in #3494.
Configuration menu - View commit details
-
Copy full SHA for 600e0c6 - Browse repository at this point
Copy the full SHA 600e0c6View commit details