Closed Czhazha closed 3 years ago
forget this issue... just update torch2trt can solve this problem.
@Czhazha Hi, Can you share your inferred fps on Jetson Nano ? with YOLOX-tiny and YOLOX-nano
@Czhazha Hi, Can you share your inferred fps on Jetson Nano ? with YOLOX-tiny and YOLOX-nano
YOLOX 7fps YOLOX-nano 25fps
Thanks for sharing.
Hello, i have got an model_trt.engine on my jetson nano. Next, i run the command
./yolox model_trt.engine -i image.jpg
it return an error with this log:[10/22/2021-13:09:15] [E] [TRT] Parameter check failed at: engine.cpp::getBindingDimensions::2069, condition: bindIndex >= 0 && bindIndex < getNbBindings() out_dims = 0 blob image yolox: /home/nano/Development/YOLOX/demo/TensorRT/cpp/yolox.cpp:417: void doInference(nvinfer1::IExecutionContext&, float*, float*, int, cv::Size): Assertion
engine.getNbBindings() == 2' failed. Aborted (core dumped)`Is there any reason for this? How can I fix it?