在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):xiaochus/MobileNetV2开源软件地址(OpenSource Url):https://github.com/xiaochus/MobileNetV2开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):MobileNet v2A Python 3 and Keras 2 implementation of MobileNet V2 and provide train method. According to the paper: Inverted Residuals and Linear Bottlenecks Mobile Networks for Classification, Detection and Segmentation. Requirement
MobileNet v2 and inverted residual block architecturesMobileNet v2: Each line describes a sequence of 1 or more identical (modulo stride) layers, repeated n times. All layers in the same sequence have the same number c of output channels. The first layer of each sequence has a stride s and all others use stride 1. All spatial convolutions use 3 X 3 kernels. The expansion factor t is always applied to the input size. Bottleneck Architectures: Train the modelThe recommended size of the image in the paper is 224 * 224. The The dataset folder structure is as follows:
Run command below to train the model:
The
Parameter explanation
Reference
CopyrightSee LICENSE for details. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论