Skip to content
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

Update to v5 2 #5

Merged
merged 765 commits into from
Sep 22, 2021
Merged

Update to v5 2 #5

merged 765 commits into from
Sep 22, 2021

Conversation

robin-maillot
Copy link
Owner

Code changes to incorporate mojo metrics as well as new yolov5 format.

glenn-jocher and others added 30 commits June 11, 2021 11:46
* train.py GPU memory fix

* ema

* cuda

* cuda

* zeros input

* to device

* batch index 0
@kalenmike this is a PR to add image filenames and labels to our stats dictionary and to save the dictionary to JSON. Save location is next to the train labels.cache file. The single JSON contains all stats for entire dataset.

Usage example:
```python
from utils.datasets import *

dataset_stats('coco128.yaml', verbose=True)
```
* Update README.md

* added hosted images

* added new logo

* testing image hosting

* changed svgs to pngs

* removed old header

* Update README.md

* correct colab image source

* splash.jpg

* rocket and W&B fix

* added contributing template

* added social media to top section

* increased size of top social media

* cleanup and updates

* rearrange quickstarts

* API cleanup

* PyTorch Hub cleanup

* Add tutorials

* cleanup

* update CONTRIBUTING.md

* Update README.md

* update wandb link

* Update README.md

* remove tutorials header

* update environments and integrations

* Comment API image

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* double spaces after section

* Update README.md

* Update README.md

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* 'changes-in_dataset'

* Update datasets.py

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* supress wandb images size mismatch warning

* supress wandb images size mismatch warning

* PEP8 reformat and optimize imports

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update `check_file()`

* Update datasets.py
* premature end of JPEG images

* PEP8 reformat

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
Be more user-friendly to new users
* Update `dataset_stats()` to list of dicts

@kalenmike

* Update datasets.py
* Remove `/weights` directory

* cleanup
* Cache v0.3: improved corrupt image/label reporting

Fix for ultralytics#3656 (comment)

* cleanup
glenn-jocher and others added 28 commits August 30, 2021 17:05
* Close plots

* Replace fig.close() for plt.close()
* Remove assert

* debug0

* trace=not opt.sync

* sync to sync_bn fix

* Cleanup
Fix 3 for Arial.ttf redownloads with hub inference, follow-on to ultralytics#4628.
@robin-maillot robin-maillot changed the base branch from master to develop September 22, 2021 08:26
@robin-maillot robin-maillot merged commit 6c7846a into develop Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet