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

[Fix] Add DatasetInfo in some configs #963

Merged
merged 2 commits into from
Oct 14, 2021
Merged

[Fix] Add DatasetInfo in some configs #963

merged 2 commits into from
Oct 14, 2021

Conversation

jin-s13
Copy link
Collaborator

@jin-s13 jin-s13 commented Oct 12, 2021

Motivation

fix #962 , DatasetInfo is missing in some config files.

Modification

  1. remove unnecessary commas in configs.
  2. Add dataset_info in configs of crowdpose, mpii_trb, mpi_inf_3dhp
  3. val_pipeline --> test_pipeline

BC-breaking (Optional)

Use cases (Optional)

Checklist

Before PR:

  • I have read and followed the workflow indicated in the CONTRIBUTING.md to create this PR.
  • Pre-commit or linting tools indicated in CONTRIBUTING.md are used to fix the potential lint issues.
  • Bug fixes are covered by unit tests, the case that causes the bug should be added in the unit tests.
  • New functionalities are covered by complete unit tests. If not, please add more unit tests to ensure correctness.
  • The documentation has been modified accordingly, including docstring or example tutorials.

After PR:

  • CLA has been signed and all committers have signed the CLA in this PR.

@ly015 ly015 changed the title add dataset_info [Fix] Add DatasetInfo in some configs Oct 13, 2021
@ly015 ly015 merged commit 4901e34 into master Oct 14, 2021
@jin-s13 jin-s13 deleted the add_dataset_info branch October 18, 2021 07:42
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
* add dataset_info

* val_pipeline to test_pipeline
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 2024
* add dataset_info

* val_pipeline to test_pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

maybe a little bug? crowdpose config forget the dataset_info in 'test'
2 participants