Hi Erik
This is what I have
python3 spatial_tiny_yolo.py
Using Tiny YoloV4 model. If you wish to use Tiny YOLOv3, call 'tiny_yolo.py yolo3'
UsbSpeed.SUPER
DeviceInfo(name=1.8, mxid=194430108195E11200, X_LINK_BOOTED, X_LINK_USB_VSC, X_LINK_MYRIAD_X, X_LINK_SUCCESS)
194430108195E11200
Output layer names: conv2d_17/BiasAdd/Add, conv2d_20/BiasAdd/Add,
[194430108195E11200] [1.8] [48.022] [SpatialDetectionNetwork(1)] [error] ROI x:0.78125 y:0.29135966 width:0 height:0.4724269 is not a valid rectangle.
[194430108195E11200] [1.8] [48.022] [SpatialDetectionNetwork(1)] [error] ROI x:0.23387556 y:1 width:0.03129272 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.21825919 y:1 width:6.0081482e-05 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.42953604 y:1 width:0.012170941 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.78125 y:0.050919436 width:0 height:0.101838864 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.23067906 y:1 width:0.004177496 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.78125 y:0.22736259 width:0 height:0.10957776 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.21829195 y:1 width:0.00012554228 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.25168473 y:1 width:0.00086545944 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.49640065 y:1 width:0.08314592 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.21842119 y:1 width:0.00038404763 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.023] [SpatialDetectionNetwork(1)] [error] ROI x:0.2845437 y:1 width:0.13262913 height:0 is not a valid rectangle.
[194430108195E11200] [1.8] [48.024] [SpatialDetectionNetwork(1)] [error] ROI x:0.78125 y:0.6247736 width:0 height:0.028585076 is not a valid rectangle.
This is the result of these values
print(device.getUsbSpeed())
UsbSpeed.SUPER
print(device.getDeviceInfo())
DeviceInfo(name=1.8, mxid=194430108195E11200, X_LINK_BOOTED, X_LINK_USB_VSC, X_LINK_MYRIAD_X, X_LINK_SUCCESS)
print(device.getMxId())
194430108195E11200
What else can I give you
Thanks
Robby