Slide 22
Slide 22 text
Model Architecture
Object Detection + Landmark Detection MobileNet V2 기반
* MobileNet V2
이전 버전의 MobileNet의 Standard Convolution이 무겁기 때문에 이를 DSC(Depthwise Seperable Convolution)
mobilenetv2_model = mobilenetv2.MobileNetV2(input_shape=(img_size, img_size, 3), alpha=1.0,
depth_multiplier=1, include_top=False, weights='imagenet', input_tensor=inputs, pooling='max')