Hello,
I have created my dataset on roboflow and export it to PASCAL VOC format. I successfully trained it on the ultralytics web site and export in onnx, I found out that the onnx model had just 1 output and the jetson inference onnx model used 2 of them.
So i tried to train my dataset with train_ssd.py but when i export it and launch detectnet, it doesn’t recongnize any drones.
Can you help me figure it out why
Thanks very much