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.
The updated CLI main (#345) no longer exits with the exit keyword or ^D end-of-file character.
This is presumably due to the API shutdowns having been moved to a shutdown hook, which is not triggered, since the APIs it shuts down prevent the VM from shutting down.
The updated CLI main (#345) no longer exits with the
exit
keyword or^D
end-of-file character.This is presumably due to the API shutdowns having been moved to a shutdown hook, which is not triggered, since the APIs it shuts down prevent the VM from shutting down.