Error in TensorRT ssd sample inference

Hi, I am testing the ssd sample provided in TensorRT, I changed the deploy.prototxt as mentioned in the README.md, but i am getting error in parsing the model file.

[E] [TRT] mbox_loc: all concat input tensors must have the same dimensions except on the concatenation axis
[E] [TRT] mbox_conf: all concat input tensors must have the same dimensions except on the concatenation axis
[/b]
Caffe Parser: Invalid axis in softmax layer - Cannot perform softmax along batch size dimension and expects NCHW input. Negative axis is not supported in TensorRT, please use positive axis indexing
error parsing layer type Softmax index 98

[I] End parsing model…
Segmentation fault (core dumped)

Kindly help me with this.

Regards
K Sambasivarao

Hi,

Sry the modifications in prototxt are wrong. Now it is working fine.

Thanks

Hi,
I get same error, How you solved it? can you share prototxt?