- 02 11月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
2-line update
-
由 Glenn Jocher 提交于
* Update `set_logging()` * Update export.py * pre-commit fixes * Update LoadImages * Update LoadStreams * Update print_args * Single LOGGER definition * yolo.py fix Co-authored-by:
pre-commit <pre-commit@example.com>
-
- 01 11月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* Meshgrid `indexing='ij'` for PyTorch 1.10 Will not merge currently as breaks backwards compatibility. * Meshgrid `indexing='ij'` for PyTorch 1.10 Will not merge currently as breaks backwards compatibility. * Add check_version hard argument * Update comment
-
- 30 10月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update GitHub issues templates * pre-commit fixes Co-authored-by:
pre-commit <pre-commit@example.com>
-
由 Ayush Chaurasia 提交于
-
- 29 10月, 2021 1 次提交
-
-
由 Jirka Borovec 提交于
* define pre-commit * add CI code * configure * apply pre-commit * fstring * apply MD * pre-commit * Update torch_utils.py * Update print strings * notes * Cleanup code-format.yml * Update setup.cfg * Update .pre-commit-config.yaml Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 25 10月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Autobatch * fix mem * fix mem2 * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update train.py * print result * Cleanup print result * swap fix in call * to 64 * use total * fix * fix * fix * fix * fix * Update * Update * Update * Update * Update * Update * Update * Cleanup printing * Update final printout * Update autobatch.py * Update autobatch.py * Update autobatch.py
-
由 Ayush Chaurasia 提交于
-
由 Zhiqiang Wang 提交于
* Minor fixes of the git checkout new branch * Use em dash to quote * Revert the change of git checkout * Maybe we should up-to-date with the upstream/master?
-
- 23 10月, 2021 5 次提交
-
-
由 Cristi Fati 提交于
* Add nano model to the download list * Add possibility to also download the "*6" models * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Jebastin Nadar 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 21 10月, 2021 2 次提交
-
-
由 jdfr 提交于
* take EXIF orientation tags into account when fixing corrupt images * fit 120 char * sort imports * Update local exif_transpose comment We have a local inplace version that is faster than the official as the image is not copied. AutoShape() uses this for Hub models, but here it is not important as the datasets.py usage is infrequent (AutoShape() it is applied every image). * Update datasets.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 jdfr 提交于
* take image files with uppercase extensions into account in autosplit * case fix * Refactor implementation Removes additional variable (capital variable names are also only for global variables), and uses the same methodology as implemented earlier in datasets.py L409. * Remove redundant rglob characters Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 19 10月, 2021 6 次提交
-
-
由 Glenn Jocher 提交于
Update token with workflows permissions
-
由 dependabot[bot] 提交于
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 4. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 dependabot[bot] 提交于
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...v2.1.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 dependabot[bot] 提交于
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.4 to 1.5. - [Release notes](https://github.com/cirrus-actions/rebase/releases) - [Commits](https://github.com/cirrus-actions/rebase/compare/1.4...1.5) --- updated-dependencies: - dependency-name: cirrus-actions/rebase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 Zhiqiang Wang 提交于
-
由 Glenn Jocher 提交于
-
- 18 10月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* Add `on_fit_epoch_end` callback * Add results to train * Update __init__.py
-
由 Glenn Jocher 提交于
* Clip Objects365 autodownload labels (#5214) Fixes out of bounds labels that seem to affect ~10% of images in dataset. * Inplace ops
-
- 16 10月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Autofix duplicate labels PR changes duplicate label handling from report error and ignore image-label pair to report warning and autofix image-label pair. This should fix this common issue for users and allow everyone to get started and get a model trained faster and easier than before. * sign fix * Cleanup * Increment cache version * all to any fix
-
- 15 10月, 2021 5 次提交
-
-
由 Farley Lai 提交于
* Update Objects365.yaml Download the official Objects365 validation set and convert the labels * Enforce 4-space indent, reformat and cleanup * shorten list comprehension Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Add hyp.scratch-med.yaml * Update hyp.scratch-med.yaml
-
由 Glenn Jocher 提交于
* Highlight contributors in README * Adjust Contact section * Update README.md
-
由 Glenn Jocher 提交于
* Improved check_suffix() robustness to `''` and `""` * Cleanup
-
由 NauchtanRobotics 提交于
* legend-labels Adjust legend labels for classes without instances. * #5158 Re-indexed series names: only classes containing data. * #5158 Re-indexed series names: only classes containing data. * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 14 10月, 2021 4 次提交
-
-
由 Ayush Chaurasia 提交于
* fix dpp with wandb disabled * PyCharm reformat * Fix * fix Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Ayush Chaurasia 提交于
* fix dpp with wandb disabled * PyCharm reformat Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Add train class filter feature to datasets.py Allows for training on a subset of total classes if `include_class` list is defined on datasets.py L448: ```python include_class = [] # filter labels to include only these classes (optional) ``` * segments fix
-
- 13 10月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* Check `'onnxruntime-gpu' if torch.has_cuda` * fix indent
-
由 Glenn Jocher 提交于
-