hacking-papa / nuricame-web

Make a contour by pictures, Web version.
Other
2 stars 0 forks source link
alpinejs bulma-css google-app-engine opencv python

nuricame-web

logo

Make a contour by pictures, Web version.

Dependencies

How to

Develop

export GOOGLE_APPLICATION_CREDENTIALS=[path-to-your-service-accounts-private-key]
pip install --upgrade -r requirements.txt

Launch

python main.py

Test

pytest

The above command will search for all test_*.py to test.

Deploy

gcloud app deploy --project [project-id]

And then, you can browse https://[project-id].appspot.com/, or type below.

gcloud app browse --project [project-id]

If you want to check logs, type below.

gcloud app logs tail -s default

Misc

Holistically-Nested Edge Detection

Special thanks to Saining Xie.

@InProceedings{xie15hed,
  author = {"Xie, Saining and Tu, Zhuowen"},
  Title = {Holistically-Nested Edge Detection},
  Booktitle = "Proceedings of IEEE International Conference on Computer Vision",
  Year  = {2015},
}

hed prototxt

License

Published in GOOD HACKING PAPA LICENSE made based on CC-BY-NC.