mxnet_Realtime_Multi-Person_Pose_Estimation
mxnet_Realtime_Multi-Person_Pose_Estimation copied to clipboard
what is mxnetModule()
sym = mxnetModule() in the steps, I see this line, but name 'mxnetModule' is not define
@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'])