Skip to content

kierangilliam/comma-cavalry-client

Repository files navigation

comma cavalry

Cross platform app for labeling the comma 10k dataset.

Demo

Setup

yarn install --frozen-lockfile

Development

In browser

# Run dev mode and point the server endpoint to prod
yarn dev:prod 

On iOS or Android

# Run dev mode and point the server endpoint to prod
yarn build
yarn cap open ios 
yarn cap open android

Testing

yarn dev:prod

# in another terminal
yarn test

Future improvements

Other notes

Depth maps

Made using intel's MiDaS depth detection model

Source Map
source map
Applied filter
depth map gif
# Notes

# Convert to jpg
for i in *.png; do mogrify -format jpg "$i" && rm "$i"; echo "$i converted to ${i%.*}.jpg"; done

# Compress
for i in *.jpg; do convert $i -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB $i; echo "compressed $i"; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published