https://github.com/team5818/vision-2017
5818's vision code for 2017
https://github.com/team5818/vision-2017
opencv3-python
Last synced: 3 months ago
JSON representation
5818's vision code for 2017
- Host: GitHub
- URL: https://github.com/team5818/vision-2017
- Owner: Team5818
- Created: 2017-01-27T20:02:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T05:56:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T07:23:00.273Z (5 months ago)
- Topics: opencv3-python
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vision-2017
5818's vision code for 2017.Client available at https://github.com/Team5818/vision-client-2017.
# Preparing to Develop or Run
Install simple requirements:
```bash
pip3 install -r requirements.txt
```You'll also need to install `opencv3` with Python bindings.
# Running
Assuming you have `python3` (at least Python 3.6):
```bash
./main.py
```