MVIG-SJTU / AlphaPose

Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
http://mvig.org/research/alphapose.html
Other
8.05k stars 1.98k forks source link

Where's the train folder? Please make a tutorial on how to train with COCO, MPII, or custom dataset #1028

Closed fengmaozheng closed 2 years ago

fengmaozheng commented 2 years ago

Why are all the training related questions open or not properly answered? I can't find tutorial on how to train models within this repo.

dekathomas commented 2 years ago

Hello, just download COCO trans2017, val2017 and annovation2017 from COCO website2. After you have all the files. just put it in the root folder ./data/coco/ (you can check this one if you open one of the training config inside ./configs/coco/ there are so many configs there.

After you set all of them you can go to ./scripts/train.py and run python ./scripts/train.py --exp-id {yourFolderDataTraningName} --cfg {yourSelectedConfigFilePath} Or you can run from its .sh in ./scripts/train.sh

Hope I help you to address your problem.

karlwen809 commented 2 years ago

why i dont have the folder data

Fang-Haoshu commented 2 years ago

You need to create that folder