Hi,
I trained a semantic classification network using digits 5.0 and want to test it on the DPX2.
Therefore, I wanted to create the optimized version using tensorRT_optimization tool, and I got the following error:
./tensorRT_optimization --prototxt=deployVOC.prototxt --caffemodel=weightsVOC.caffemodel --outputBlobs=score --modelType=caffe
Initializing network optimizer on model deployVOC.prototxt with weights from weightsVOC.caffemodel
could not parse layer type Crop
Error: DW_INVALID_ARGUMENT: Provided network could not be parsed.
Is it possible to use semantic classification on DPX2? What did I wrong?
Thanks for your support.
Best,
Sacha