ZheC / Realtime_Multi-Person_Pose_Estimation

Code repo for realtime multi-person pose estimation in CVPR'17 (Oral)
Other
5.09k stars 1.37k forks source link

LMDB generation for small set #160

Open xxxyyyzzzz opened 6 years ago

xxxyyyzzzz commented 6 years ago

when generating LMDB for smaller subset, some issues with cpmdatalayer generating error. Anyone help me with this..

ZheC commented 6 years ago

Please include more details in the error.

xxxyyyzzzz commented 6 years ago

Instead of generating LMDB for whole training set, I've set the number of samples to 10k. I got LMDB og size 11.2 GB. But when I run training with that LMDB, there was a error at CPM datatransform layer. Im not sure whether this is possible.

On Sun, Mar 25, 2018 at 4:41 AM, Zhe Cao notifications@github.com wrote:

Please include more details in the error.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/issues/160#issuecomment-375931697, or mute the thread https://github.com/notifications/unsubscribe-auth/AiZu1sVcmCpH2H9q3oY3RhLhS4dfcoJgks5thtKjgaJpZM4Sto4j .

quchang3 commented 6 years ago

Did you solve it??