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

realtimePose-symbol problem

Open joke123kobe opened this issue 8 years ago • 9 comments

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

joke123kobe avatar Jul 13 '17 17:07 joke123kobe

@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 avatar Jul 15 '17 02:07 dragonfly90

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

dragonfly90 avatar Jul 15 '17 13:07 dragonfly90

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

joke123kobe avatar Jul 15 '17 15:07 joke123kobe

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

dragonfly90 avatar Jul 16 '17 04:07 dragonfly90

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

joke123kobe avatar Jul 16 '17 12:07 joke123kobe

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

dragonfly90 avatar Jul 16 '17 14:07 dragonfly90

@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 .

dragonfly90 avatar Jul 16 '17 16:07 dragonfly90

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?

joke123kobe avatar Jul 16 '17 17:07 joke123kobe

@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.

dragonfly90 avatar Jul 17 '17 00:07 dragonfly90