tensorrtx icon indicating copy to clipboard operation
tensorrtx copied to clipboard

Implementation of popular deep learning networks with TensorRT network definition API

Results 187 tensorrtx issues
Sort by recently updated
recently updated
newest added

## Env - GPU, e.g. V100, RTX2080, TX2, Xavier NX, Nano, etc. - OS, e.g. Ubuntu16.04, Win10, etc. - Cuda version - TensorRT version ## About this repo - which...

Hello everyone, I'm using the yolov5 directory of this project and I'm trying to take only the necessary parts of it and put it into a ROS node. Right now...

[100%] Linking CXX executable swintransformer /usr/bin/ld: CMakeFiles/swintransformer.dir/UpsamplePlugin.cpp.o: in function `UpsamplePlugin::enqueue(int, void const* const*, void* const*, void*, CUstream_st*)': UpsamplePlugin.cpp:(.text+0x1a4): undefined reference to `UpsampleInference(CUstream_st*, int, int, int, int, int, float, float, void...

[100%] Linking CXX executable yolov5 /usr/bin/ld: warning: libnvrtc.so.10.2, needed by /home/zy/download/TensorRT-7.2.2.3/lib/libnvinfer.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libcublas.so.10, needed by /home/zy/download/TensorRT-7.2.2.3/lib/libmyelin.so.1, not found (try using -rpath or...

## Env - GPU Nvidia AGX Xavier - OS, Ubuntu18.04 - Cuda version 10.2 - TensorRT 7.1.3 ## About this repo - tag: v5.0 - model: yolov5 ## Your problem...

## Env - GPU, GTX1060 - OS, Win10 - Cuda version, 10.2 - TensorRT version, TensorRT-7.0.0.11_cuda10.2 ## About this repo - which branch/tag/commit are you using? master - which model?...

Cuda11.4 TensorRT8.4.0 model: detr-r50-e632da11.pth [06/14/2022-16:09:31] [E] [TRT] 4: (Unnamed Layer* 186) [Matrix Multiply]: last dimension of input0 = 850 and last dimension of input1 = 32 but must match. Your...

请教大佬,如题,是单GPU显卡, doInference一帧推理的时候有时是40ms, 有时候是150ms,有时候是80ms, 一般是什么原因?

for (int i = 0; i < 70*batch_num ; i++) { int maxj = 0; for (int j = 1; j < 7607; j++) { if (prob[(7607 * i +...

![a24afa0828af994a6717811b16d3fa6](https://user-images.githubusercontent.com/73026617/172301902-30943626-f771-4909-9a55-92a690ad7c3f.png) Excuse me, how to solve this problem?