martin181818
Gave it a quick try but it seems there are certain issues with the normalize operation that's being the part of the model. Ideally this could be moved out, then during the training images would be normalized before being fed to the model. Additional, mo
would require --scale 255
flag so it could accept [0, 255] images and properly normalize them.
By the way, can you link me the exact page where you found this tutorial? I re-checked luxonis/depthai-ml-training repo again and I can't find it.