ytfeng's picture
update mobilenets (#48)
86cd32d
|
raw
history blame
736 Bytes

MobileNets

MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications

MobileNetV2: Inverted Residuals and Linear Bottlenecks

Demo

Run the following command to try the demo:

# MobileNet V1
python demo.py --input /path/to/image
# MobileNet V2
python demo.py --input /path/to/image --model v2

License

All files in this directory are licensed under Apache 2.0 License.

Reference