Added
- Added support for latest facenet models. The different facenet models don't appear to really impact the accuracy according to [this post](https://jekel.me/2018/512_vs_128_facenet_embedding_application_in_Tinder_data/).
- You can now specify which facenet model to use in the config.txt file.
- Added [example](https://github.com/cjekel/tindetheus/blob/master/examples/open_database.py) script for inspecting your database manually
Changed
- Updated facenet clone implementation
- Now requires minimum tensorflow version of 1.7.0