https://github.com/tspannhw/usinggluoncv
Trying GluonCV examples
https://github.com/tspannhw/usinggluoncv
apache-mxnet apache-nifi gluoncv hdf hortonworks minifi python
Last synced: about 2 months ago
JSON representation
Trying GluonCV examples
- Host: GitHub
- URL: https://github.com/tspannhw/usinggluoncv
- Owner: tspannhw
- License: apache-2.0
- Created: 2018-06-15T18:51:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T14:24:09.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T10:50:31.013Z (4 months ago)
- Topics: apache-mxnet, apache-nifi, gluoncv, hdf, hortonworks, minifi, python
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UsingGluonCV
Trying GluonCV examplesGluon CV
https://zh.mxnet.io/blog/gluon-cv
https://gluon-cv.mxnet.io/pip3.6 install --pre mxnet
pip3.6 install gluoncvhttps://gluon-cv.mxnet.io/build/examples_detection/index.html
https://gluon-cv.mxnet.io/build/examples_detection/demo_ssd.html#sphx-glr-build-examples-detection-demo-ssd-py
➜ incubator-mxnet git:(master) ✗ python3.6 demo_ssd.py
/usr/local/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
Downloading street_small.jpg from https://github.com/dmlc/web-data/blob/master/gluoncv/detection/street_small.jpg?raw=true...
117KB [00:00, 507.84KB/s]
Shape of pre-processed image: (1, 3, 512, 512)It worked well.
fork and mod
nifi_gluoncv_sd.py