MichiganCOG / ViP

Video Platform for Action Recognition and Object Detection in Pytorch
MIT License
219 stars 37 forks source link

Can you provide the link for 2.2 times cropped dataset of MPII+NZSL hand dataset? #58

Open D1vyansh opened 3 years ago

D1vyansh commented 3 years ago

Hi,

Great work guys! Can you also provide the link for the MPII+NZSL hand dataset which is 2.2B times cropped?

natlouis commented 3 years ago

It is the Hands with Manual Keypoint Annotations dataset from here.

D1vyansh commented 3 years ago

Hey, actually the question I was trying to ask was about the cropped hand images, can you provide the script for cropping hands from the MPII +NZSL dataset images or a 2.2B cropped hand MPII + NZSL dataset with annotations?

natlouis commented 3 years ago

The cropping is done in the dataset file: https://github.com/MichiganCOG/ViP/blob/master/datasets/Manual_Hands.py#L82 It's more efficient to make those changes on-the-fly rather than creating new images.