pytorch_Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
pytorch_Realtime_Multi-Person_Pose_Estimation copied to clipboard

How to train from scratch? Dataset location

Open Russzheng opened this issue 6 years ago • 7 comments

Hi, sorry silly question, I am a newbie to COCO and openPose, I am just wondering where should I put all the datasets/mask/json and what directory should I pass to train the shufflenet version?

Right now, loading dataset giving me shell train dataset len: 121522 val dataset len: 4873

But shell cv2.error: OpenCV(4.0.0) /io/opencv/modules/imgproc/src/resize.cpp:3784: error: (-215:Assertion failed) !ssize.empty() in function 'resize'

Russzheng avatar Mar 05 '19 22:03 Russzheng

the same question, do u got the answer?

GreenTeaHua avatar Mar 12 '19 10:03 GreenTeaHua

the same question,I want a anwser,please!!

xdl932365660 avatar Mar 22 '19 06:03 xdl932365660

@Risszheng

xdl932365660 avatar Mar 23 '19 03:03 xdl932365660

The bug comes from the path of the mask:

https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/training/datasets/coco_data/COCO_data_pipeline.py#L226-L231

And I will fix it now!

tensorboy avatar Apr 07 '19 00:04 tensorboy

The bug comes from the path of the mask:

https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/training/datasets/coco_data/COCO_data_pipeline.py#L226-L231

And I will fix it now!

Thanks so much!

Russzheng avatar Apr 07 '19 00:04 Russzheng

The bug is come from the path of the mask: https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/training/datasets/coco_data/COCO_data_pipeline.py#L226-L231

I will fix it now!

tensorboy avatar Apr 07 '19 01:04 tensorboy

Thanks for your help!Would you like to try to convert the pytorch modle to caffemodel ?

------------------ 原始邮件 ------------------ 发件人: "tensorboy"[email protected]; 发送时间: 2019年4月7日(星期天) 上午9:04 收件人: "tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation"[email protected]; 抄送: "传奇"[email protected]; "Comment"[email protected]; 主题: Re: [tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation] How totrain from scratch? Dataset location (#92)

The bug is come from the path of the mask: https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/training/datasets/coco_data/COCO_data_pipeline.py#L226-L231

I will fix it now!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

xdl932365660 avatar Apr 10 '19 06:04 xdl932365660