Make a contour by pictures, Web version.
export GOOGLE_APPLICATION_CREDENTIALS=[path-to-your-service-accounts-private-key]
pip install --upgrade -r requirements.txt
python main.py
pytest
The above command will search for all test_*.py
to test.
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
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},
}
Published in GOOD HACKING PAPA LICENSE made based on CC-BY-NC.