Hi Darren and Luke,
I have tried to use this example as I would like to use a trained DetectNet with python.
I looked into the documentation but I am getting an error: "Transpose order needs to have the same number of dimensions as the input"
I know this example is a classification example and I have also looked into this
issue.I have tried model and deploy.prototxt files from bvlc_alexnet and bvlc_googlenet. I am using current NVCaffe flavor as well as the current Caffe.
By looking at the deploy.prototxt (input_param { shape: { dim: 10 dim: 3 dim: 227 dim: 227 }), I guess that the first dim had to be changed to 1 but still it didn't solve the issue.Neither keeping it as 10.
Can you please provide some guidance on what am I doing wrong?
Best regards
I have changed the