assert os.path.exists("MobileNetSSD_deploy.prototxt")
and when that fails, you should learn about the “current working directory” and what that has to do with relative paths
assert os.path.exists("MobileNetSSD_deploy.prototxt")
and when that fails, you should learn about the “current working directory” and what that has to do with relative paths