AastaNV / TRT_object_detection

Python sample for referencing object detection model with TensorRT
142 stars 27 forks source link

TRT_ssd_mobilenet_v2_coco_2018_03_29.bin used in Deepstream4.0 #7

Closed xinyuabcd closed 5 years ago

xinyuabcd commented 5 years ago

Hello, I have built TRT_ssd_mobilenet_v2_coco_2018_03_29.bin successfully. However, when I use this file in the deepstream4.0, the error occurs as follows:

deepstream-app: nvdsiplugin_ssd.cpp:72: FlattenConcat::FlattenConcat(const void*, size_t): Assertion `mConcatAxisID == 1 || mConcatAxisID == 2 || mConcatAxisID == 3' failed. Aborted (core dumped)

subzeromot commented 4 years ago

I have this issue too, did you find how to fix it?