NVIDIA-AI-IOT / redtail

Perception and AI components for autonomous mobile robotics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

internal_utils.h(64): error: identifier "PluginFormat" is undefined

Z-Jeff opened this issue · comments

when I use "sudo make " , it occur an error like "internal_utils.h(64): error: identifier "PluginFormat" is undefined" .
how can I fix this ?

Which version of TensorRT are you using? StereoDNN was tested with TRT 3.0 and 4.0. We haven't tested it with later versions of TRT so it may not work.

I use Jetpack-3.2 so the version of TensorRT is 3.0.4-1 .

I have known the reason.
TensorRT-4.0 has the definition of "PluginFormat" while TensorRT-3.0 hasn't.
So I use Jetpack-3.3 to reflash my Jetson tx2 with TensorRT-4.0 , then the error disappears !