dragonfly90 / mxnet_Realtime_Multi-Person_Pose_Estimation

This is a mxnet version of Realtime_Multi-Person_Pose_Estimation, origin code is here https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation
125 stars 38 forks source link

realtimePose-symbol problem #1

Open joke123kobe opened 7 years ago

joke123kobe commented 7 years ago

when I run the testWeight.ipynb and testModel.ipynb,I met the same problem cb09ef70-ce8d-4f59-9085-b21af6790312

dragonfly90 commented 7 years ago

@joke123kobe
I've shared the files with you, do you receive it? you should copy those two files into your current directory, and change output_prefix = '../realtimePose' to output_prefix = 'realtimePose', it should work.

The files are too big to be uploaded the github. You can also check my caffe to mxnet code how to convert caffe model to mxnet model: https://github.com/dragonfly90/mxnet_Realtime_Multi-Person_Pose_Estimation/tree/master/caffe_to_mxnet

dragonfly90 commented 7 years ago

@joke123kobe , I also update testWeight.ipynb, does it work?

joke123kobe commented 7 years ago

There is a little problem when I run the TestWeight.ipynb. b6241034-367b-45d6-881a-95685ad75355 python collapsed.

dragonfly90 commented 7 years ago

How about testModel.ipynb? I seems to make a mistake, I updated testModel.ipynb only. I will check TestWeight.ipynb later

joke123kobe commented 7 years ago

a6e9e25c-cd77-4f60-96e7-5bd3d3e21848 testModel.ipynb collasped at this step,there is a little problem about the data and model

dragonfly90 commented 7 years ago

I aslo has the warning, @joke123kobe , but the code can execute. Can you run the following code?

dragonfly90 commented 7 years ago

@joke123kobe the warning is caused by label_names mismatched, you can fix it by fix the 9 line to cmodel = mx.mod.Module(symbol=sym, label_names=[])

I also update testModel.ipynb .

joke123kobe commented 7 years ago

4be1939b-6140-4d5d-8f72-ba53f3c1afbc it's about the python,maybe the version about the python is different,you use python3 or python2 e20a666c-c694-412d-a52c-9fdd3b0e002d the sample folder isn't exist.should I just add a picture on it? f3272d8c-a727-4a2b-9f5c-823409bd8423 Memoryerror is confusing,I use virtualmachine on mac,the ROM is 16GB.I should use a ubuntu system not on virtualmachine?

dragonfly90 commented 7 years ago

@joke123kobe, I updated the sample_image. I used python2. But this memory error should not be python version issue or virtual machine issue, could you try the sample_image ?

You can change the code according to the deprecation warning, but those warning should be OK to execute the code.