Yuantao Feng
Add PPResNet from PaddleHub conversion (#4)
e0b3895
|
raw
history blame
686 Bytes

ResNet

Deep Residual Learning for Image Recognition

This model is ported from PaddleHub using this script from OpenCV.

Demo

Run the following command to try the demo:

python demo.py --input /path/to/image

License

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

Reference