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

what is mxnetModule()

Open HaoLiuHust opened this issue 8 years ago • 1 comments

sym = mxnetModule() in the steps, I see this line, but name 'mxnetModule' is not define

HaoLiuHust avatar Sep 27 '17 09:09 HaoLiuHust

@HaoLiuHust , I changed it to poseModule. Maybe it is a mistake.

sym = poseSymbol()
cmodel = poseModule(symbol=sym, context=mx.gpu(1),
                    label_names=['heatmaplabel',
                                 'partaffinityglabel',
                                 'heatweight',
                                 'vecweight'])

dragonfly90 avatar Sep 27 '17 14:09 dragonfly90