question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MPII Human Pose Dataset

See original GitHub issue

Describe the dataset

Add MPII Human Pose Dataset dataset to Hub. So this would work.

import hub
ds = hub.load("username/mpii-human-pose-dataset")

Steps

  1. Please take a look at the docs on uploading datasets.

  2. Uploading script should be added to examples folder

Example

You can find an example of large dataset loading and upload here:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
sanchitvjcommented, Oct 21, 2020

Yes I’m working on it.

On Wed, Oct 21, 2020, 11:20 AM mikayelh <notifications@github.com wrote:

Hi, @sanchitvj https://github.com/sanchitvj ! Hope this finds you well. Dropping a note to check in on you an ask if you need a hand with uploading the dataset. Feel free to ask us in the GitHub Discussions https://github.com/activeloopai/Hub/discussions (we have beta access!) or our dedicated Slack channel https://join.slack.com/share/zt-ihfwn0s4-4dmI6BzPq6tqvVdEWq9kIg. Thanks a mil!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/activeloopai/Hub/issues/106#issuecomment-713320434, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANCEKBOUEUILZJUK2XY5PSDSLZZBVANCNFSM4SVU5C6A .

1reaction
AbhinavTulicommented, Oct 26, 2020

@sanchitvj sorry for getting back to you so late, somehow missed this. The purpose of the generator class is to take a single item from a list and return a dictionary of numpy arrays. The dictionary will contain separate keys corresponding to each feature of the dataset(i.e. for images and for all the different annotations in MPII). You don’t really need to go too much into how hub collections work for this. Did you get a chance to go through the tutorial :- https://github.com/activeloopai/Hub/discussions/125? Also, take a look at this example :-https://github.com/activeloopai/omdena-aerial/blob/master/store_omdena.py, it’s a little easier to understand than the COCO example. If it’s still not clear, do join our dedicated Slack channel and we can set up a call to discuss in detail.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MPII Human Pose Dataset
MPII Human Pose dataset is a state of the art benchmark for evaluation of articulated human pose estimation. The dataset includes around 25K...
Read more >
meghshukla/MPII-Human-Pose-Visualization - GitHub
Loading and Visualizing MPII Human Pose dataset in Python. The Jupyter notebook mpii_visualization.ipynb in the notebooks folder demostrates reading and ...
Read more >
MPII Human Pose — dbcollection 0.2.6 documentation
MPII Human Pose dataset is a state of the art benchmark for evaluation of articulated human pose estimation. The dataset includes around 25K...
Read more >
Graviti Open Datasets/MPII Human Pose
MPII Human Pose dataset is a state of the art benchmark for evaluation of articulated human pose estimation. The dataset includes around 25K...
Read more >
Datasets/ MPII Human Pose - Computer Vision Online
MPII Human Pose dataset is a state of the art benchmark for evaluation of articulated human pose estimation. The dataset includes around 25K...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found