- Edited
Can you explain two discrepancies with the depthai hello_world.py tutorial example please?
1) On line 65 in hello_world.py the oak-d camera frame is transformed from CHW to HWC order. However, the openvino toolkit documentation states that the required order for the modified mobilenet-ssd model is CHW.
2) Also I don't see in this same hello_world.py example where the frame RGB is reversed to BGR as required?
These two steps do appear to have been performed in this example that the conversion is HWC -> CHW (line 152) and RBG -> BGR (line 154) when using recorded video.
Thanks in advance for your help.
Tim