yolov5_fastreid_deepsort_tensorrt icon indicating copy to clipboard operation
yolov5_fastreid_deepsort_tensorrt copied to clipboard

Results 6 yolov5_fastreid_deepsort_tensorrt issues
Sort by recently updated
recently updated
newest added

what is COMMON_INCLUDE in CMakeLists.txt line 34 ?

yolov5_fastreid_deepsort_tensorrt/includes/common.h: In function ‘unsigned int getElementSize(nvinfer1::DataType)’: yolov5_fastreid_deepsort_tensorrt/includes/common.h:45:34: error: ‘kBOOL’ is not a member of ‘nvinfer1::DataType’ case nvinfer1::DataType::kBOOL: ^~~~~ /yolov5_fastreid_deepsort_tensorrt/src/fast-reid.cpp: In member function ‘std::vector fastreid::InferenceImages(std::vector&)’: /yolov5_fastreid_deepsort_tensorrt/src/fast-reid.cpp:23:33: error: ‘std::chrono’ has not been...

nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04 nvidia在dockerhub上没有这个基础镜像,无法通过仓库内的Dockerfile构建镜像。

我将onnx模型转为NCNN模型后,再用NCNN来推理得出结果 [fast-reid_mobilenetv2-sim-opt.zip](https://github.com/linghu8812/yolov5_fastreid_deepsort_tensorrt/files/11284880/fast-reid_mobilenetv2-sim-opt.zip) fast-reid_mobilenetv2-sim-opt.param的推理网络图,可以看到输出blob的名称,不确定我选择的对不对 ![fast-reid_mobilenetv2-sim-opt param](https://user-images.githubusercontent.com/16111670/233331918-c9c25e95-ea1f-4d3e-9eca-8b4450baabd1.png) ![截屏2023-04-20 10 49 48](https://user-images.githubusercontent.com/16111670/233331861-30eaf0aa-20a3-4fe3-a3d1-70e42bad4951.png) 从结果可以获取的ncnn::mat 数据,如何解析这个结果,fastreid推理后的数据包含的特征点是怎么样的?

in this demo:https://github.com/linghu8812/yolov5_fastreid_deepsort_tensorrt, the pre_processing is run on cpu with opencv, how to run on gpu with tensorrt, do you have any ideas or any demos? thank you