Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion py_examples/yolo_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down