https://github.com/mitmul/cvmodules
https://github.com/mitmul/cvmodules
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mitmul/cvmodules
- Owner: mitmul
- Created: 2015-06-25T06:05:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T21:25:46.000Z (over 10 years ago)
- Last Synced: 2025-01-24T11:44:12.695Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cvmodules for PRINTEPS
## Build Docker Image
```
$ bash build.sh
```
## Run Object Detection Server
```
$ bash run.sh 0
```
- The last digit indicates GPU ID.
- A request should be sent to `http://[IP Address]:3800[GPU ID]/detect` by POST method.
- See the example of sending image and visualizing results in `cvmodules/test.py`