PoseEstimationForMobile icon indicating copy to clipboard operation
PoseEstimationForMobile copied to clipboard

Confusion about the usage original separable conv and inverted bottleneck

Open DanielMao2015 opened this issue 4 years ago • 0 comments

Hi, after reading the source code of cpm, I found that you use inverted bottleneck(which is mobilenet v2) and separable conv(which corresponding the original mobilenet v1) in the part of "Convolutional_Pose_Machine" scope. Why didn't you use only inverted bottleneck structure instead of original separable conv?

DanielMao2015 avatar Nov 07 '19 03:11 DanielMao2015