Hello guys
I use two models Unet and googleNET V4 on python 3.8(openCV 4.2.2)
i want to make a dll file operating independently in device so i choose openCV
My question is for using openCV readNET function, should i have to train model on python channe first input type?
or using channel last input trained model on python is fine with openCV readNET?
thank you