Hello, I want to test the cascade model on deepstream. I reference the deepstream_test2, but encountered some problems:
I find the secondary model only detect part of the content from the primary model. Such as “Car 786”, but “Car737、Car792 …” have no contens. You can see follow picture:
@Amycao Hi, I have tried set below properties in secondary gies config:
input-object-min-width=0
input-object-min-height=0
But it only has one or two “car BBox” was classified. It is the same as before. Did I not set it correctly?
When I disable the tracker, None of the “car BBox” are classified, It seems to related to the tracker.
Please see log, most of the objects classified, before the config change, a few can be classified. log.txt (707.9 KB)
btw, I am using deepstream-infer-tensor-meta-test, but should be similar.
@Amycao I used “deepstream-infer-tensor-meta-test” and set “input-object-min-width=0,input-object-min-height=0”, most of objects classified.
Thank you very much!