Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmaxxing/random-objects
A tool for generating random 3d scenes and capturing the images for object detection purposes.
https://github.com/devmaxxing/random-objects
Last synced: 3 months ago
JSON representation
A tool for generating random 3d scenes and capturing the images for object detection purposes.
- Host: GitHub
- URL: https://github.com/devmaxxing/random-objects
- Owner: devmaxxing
- Created: 2019-03-12T20:48:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T16:59:27.000Z (over 5 years ago)
- Last Synced: 2024-05-28T11:10:33.901Z (6 months ago)
- Language: JavaScript
- Size: 1.19 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-objects
A tool for generating random 3d scenes and capturing the images for object detection purposes.# Usage
1. Install websocketd: https://github.com/joewalnes/websocketd
2. Run canvas_capture.py websocket server `websocketd --port=8080 python canvas_capture.py`
3. Serve index.html using webserver of choice (e.g. http-server)