mks0601 / I2L-MeshNet_RELEASE

Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
MIT License
708 stars 130 forks source link

Model Activation on a new dataset #107

Open MhmdAliChamass99 opened 2 years ago

MhmdAliChamass99 commented 2 years ago

Hello, as shown in your implementation the dataset should follow the COCO Format, is there any tool that would help me convert my dataset to the desired format and annotation, and can I get a glimpse of how the format of your dataset is? Thanks

mks0601 commented 2 years ago

You can check data format by downloading and opening mine or MSCOCO dataset annotation file (json files). They are just lists of dictionaries.