openface_mass_compare
openface_mass_compare copied to clipboard
Live Refreshing
Good Morning, Is it possible to reload the images / data.Jason in real-time?? It would be really better. Thank you, Gabriel
Is rm data.pickle;sudo docker restart omc not sufficient? What exactly is your use case? I've never had this issue. Sure, python can monitor files for changes (https://pypi.python.org/pypi/watchdog), but it's non-trivial to do and involves all sorts of edge cases, like running out of open file handles. I know mitmproxy has had this issue - https://github.com/mitmproxy/mitmproxy/issues/383