PoseEstimationForMobile icon indicating copy to clipboard operation
PoseEstimationForMobile copied to clipboard

how to train hourglass model??

Open lvchigo opened this issue 6 years ago • 1 comments

From this(PoseEstimationForMobile/training/src/networks.py) file ,we just can see mv2_cpm config. So, how to train hourglass model?? ` import network_mv2_cpm

def get_network(type, input, trainable=True): if type == 'mv2_cpm': net, loss = network_mv2_cpm.build_network(input, trainable) return net, loss `

lvchigo avatar Jul 23 '18 03:07 lvchigo

Oh, it similar to mv2_cpm. Pls check the networks.py again.

edvardHua avatar Jul 23 '18 12:07 edvardHua