Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commaai/commacoloring
you like coloring books?
https://github.com/commaai/commacoloring
Last synced: 3 months ago
JSON representation
you like coloring books?
- Host: GitHub
- URL: https://github.com/commaai/commacoloring
- Owner: commaai
- License: other
- Created: 2016-07-03T19:40:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T23:58:23.000Z (about 6 years ago)
- Last Synced: 2024-05-23T03:32:40.162Z (6 months ago)
- Language: JavaScript
- Size: 508 KB
- Stars: 101
- Watchers: 28
- Forks: 64
- Open Issues: 8
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-data-annotation - commacoloring - - image segmentation (Image / video / Open source)
- awesome-dataset-tools - Comma Coloring - Adult coloring book for image segmentation (Labeling Tools / Images)
README
comma.ai Adult Coloring Book
============================Use it at https://commacoloring.com/
Based on https://github.com/kyamagu/js-segment-annotator
Thanks Kota Yamaguchi :)Added a quick Heroku compatible server
Usage
=====Local: "heroku local"
Upload to Heroku (free tier is fine)
To create the tables, run "heroku pg:psql" and
CREATE TABLE data (name varchar(200), data text)
// CREATE TABLE images (name varchar(200), data text, track text)
CREATE TABLE images2 (name varchar(200), data text, track text, email text, gid text)
CREATE TABLE suggestions (name varchar(200), data text)Run "tools/uploader.py " to upload data