Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Paspartout/mxnet_predict_ros
mxnet prediction api packaged for ros
https://github.com/Paspartout/mxnet_predict_ros
Last synced: 2 months ago
JSON representation
mxnet prediction api packaged for ros
- Host: GitHub
- URL: https://github.com/Paspartout/mxnet_predict_ros
- Owner: Paspartout
- License: apache-2.0
- Created: 2017-10-24T11:37:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-07T13:31:15.000Z (about 7 years ago)
- Last Synced: 2024-08-01T22:42:34.529Z (5 months ago)
- Language: C++
- Size: 473 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-MXNet - mxnet_predict_ros
README
# mxnet_predict ros package
This repository contains a ros package that compiles the amalgamation
version of [MXNet](http://mxnet.io), which can be used for
prediction/inference using a pretrained model.To compile the package, all you need is having the BLAS library and a recent
C++ compiler installed.