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

Add various dataset examples #430

Merged
merged 29 commits into from
Apr 22, 2024
Merged

Add various dataset examples #430

merged 29 commits into from
Apr 22, 2024

Conversation

illian01
Copy link
Collaborator

Description

Please include a summary of this pull request in English. If it closes an issue, please mention it here.

Closes: #404

We recommend to link at least one existing issue for PR. Before your create a PR, please check if there is an issue for this change.

Change(s)

  • Add automatic dataset format converter
    • cifar100, imagenet1k, coco2017, voc2012
  • Update README.md
    • Add contents about dataset preparation
  • Update docs
    • Add dataset preparation scenarios in getting_started
    • Fix contents in components/data.md

Code Formatting

If you PR to either master or dev branch, you should follow the code linting process. Please check your code with lint_check.sh in ./scripts directory.
For more information, please read the contribution guide in CONTRIBUTING.md.

Changelog

If your PR is granted to dev branch, codeowner will add a brief summary of the change to the Upcoming Release section of the CHANGELOG.md file including a link to the PR (formatted in markdown) and a link to your github profile.

For example,

- Added a new feature by `@myusername` in [PR 2023](https://github.com/Nota-NetsPresso/netspresso-trainer/pull/2023)

@illian01 illian01 added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 22, 2024
@illian01 illian01 self-assigned this Apr 22, 2024
@illian01 illian01 marked this pull request as ready for review April 22, 2024 13:43
@illian01 illian01 merged commit af4f31d into dev Apr 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Sprint] Add dataset format converter to help start NP Trainer
1 participant