paucarre / tiefvision

End-to-end deep learning image-similarity search engine
Apache License 2.0
762 stars 187 forks source link

Overall Developement Guide not wholesome #72

Open AmitSahani1 opened 6 years ago

AmitSahani1 commented 6 years ago

We tried to install the code base in a Linux provisioned machine in Azure cloud, the instructions given in Developer guide are not complete and wholesome....some of the issues i have listed below......If someone has a better developer guide/or means to set the code base kindly share over here..

  1. Open ended statement ...like below change what in application.conf TiefVision's can be configured to use another database, like postgresql. Just change *slick.dbs.bounding_box. ** from $TIEFVISION_HOME/src/scala/tiefvision-web/conf/application.conf.

  2. Transfer learning issue refer link... https://github.com/paucarre/tiefvision/issues/71

  3. In Bounding Box Regression section......when I run the querry SELECT COUNT(*) FROM BOUNDING_BOX;.........it is always giving me issue like syntax error near unexpected token (

mohit1610 commented 5 years ago

Were you able to resolve the transfer learning issue?