Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
57
stars
50
forks
source link
Fix log message claiming connected to Cottontail even when not connected #367
The CottontailWrapper used to claim to be connected to an instance of Cottontail DB even when this was not the case.
This fix moves the offending log message to only be logged after a successful ping of the database has occurred.