I'm trying to use the tensorflow object_detection API to analyze individual pathways within a building. The recordings I have access to are really sensitive data and must stay absolutely private.
Is there any chance that the security of this information could be compromised if I read the videos using Python in a Jupyter Notebook? Specifically, I'm worried that the data will be sent to a remote server somewhere where (potentially) other people can view it. Is there a way to make sure that the data remains local?