diff --git a/py_examples/yolo_example.py b/py_examples/yolo_example.py index 2d773ea..895bef9 100755 --- a/py_examples/yolo_example.py +++ b/py_examples/yolo_example.py @@ -119,7 +119,7 @@ def show_results(img, results, img_width, img_height): quit() device = mvnc.Device(devices[0]) device.OpenDevice() -opt = device.GetDeviceOption(mvnc.DeviceOption.OPTIMISATION_LIST) +# opt = device.GetDeviceOption(mvnc.DeviceOption.OPTIMISATION_LIST) # opt is not used # load blob with open(network_blob, mode='rb') as f: blob = f.read()