Closed wuhuhu800 closed 6 years ago
@wuhuhu800 train_shape.ipynb is used for training another task, not for the human pose estimation.
@Superlee506 Got it,thank you very much.
@Superlee506
Hey:
In model.py ,the function called detection_keypoint_targets_graph
that in the 728th line
scale_x = tf.cast(config.KEYPOINT_MASK_SHAPE[1] / ((x2 - x1) * config.IMAGE_SHAPE[1]), tf.float32)
the vaiable KEYPOINT_MASK_SHAPE
seems not appear in config.py,how do you deal with it ?
thank you
@wuhuhu800 This function is in CocoConfig class.
hey: I'm runing train_shape.ipynb ,when run the line
I get some errors like that:
how can I fix it ,thank you