You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run : detectnet --model=models/tank_detect/ssd-mobilenet.onnx --labels=models/tank_detect/labels.txt --input-blob=input_0 --outpu-cvg=scores --output-bbox=boxes /dev/video0
I recieve this Error : [TRT] 3: Cannot find binding of given name: coverage
[TRT] failed to find requested output layer coverage in network
[TRT] device GPU, failed to create resources for CUDA engine
[TRT] failed to create TensorRT engine for models/tank_detect/ssd-mobilenet.onnx, device GPU
[TRT] detectNet -- failed to initialize.
detectnet: failed to load detectNet model
please help me!!! How to fix this error.
The text was updated successfully, but these errors were encountered:
When i run :
detectnet --model=models/tank_detect/ssd-mobilenet.onnx --labels=models/tank_detect/labels.txt --input-blob=input_0 --outpu-cvg=scores --output-bbox=boxes /dev/video0
I recieve this Error : [TRT] 3: Cannot find binding of given name: coverage
[TRT] failed to find requested output layer coverage in network
[TRT] device GPU, failed to create resources for CUDA engine
[TRT] failed to create TensorRT engine for models/tank_detect/ssd-mobilenet.onnx, device GPU
[TRT] detectNet -- failed to initialize.
detectnet: failed to load detectNet model
please help me!!! How to fix this error.
The text was updated successfully, but these errors were encountered: