FeiYull / TensorRT-Alpha

🔥🔥🔥TensorRT for YOLOv8、YOLOv8-Pose、YOLOv8-Seg、YOLOv8-Cls、YOLOv7、YOLOv6、YOLOv5、YOLONAS......🚀🚀🚀CUDA IS ALL YOU NEED.🍎🍎🍎
GNU General Public License v2.0
1.3k stars 201 forks source link

Yolov8 classification #64

Open Sencc opened 9 months ago

Sencc commented 9 months ago

Hello,this is an excellent job! I have a question here,how can I implement yolov8-cls?

FeiYull commented 9 months ago

@Sencc To do it soon!

monkeycc commented 5 months ago

yolov8-cls +1

Sencc commented 5 months ago

yolov8-cls +1

You only need to remove its post-processing operation on yolov8-det, other than that, other operations do not need to change

dabensongbing commented 2 months ago

yolov8-cls +1

You only need to remove its post-processing operation on yolov8-det, other than that, other operations do not need to change

大佬你好,那推理的结果我要怎么使用呢,不是很清楚谢谢

Sencc commented 2 months ago

yolov8-cls +1

You only need to remove its post-processing operation on yolov8-det, other than that, other operations do not need to change

大佬你好,那推理的结果我要怎么使用呢,不是很清楚谢谢

@dabensongbing 你好,处理结果后使用std::max_element()找出最高的分数就好了

dabensongbing commented 2 months ago

yolov8-cls +1

You only need to remove its post-processing operation on yolov8-det, other than that, other operations do not need to change

大佬你好,那推理的结果我要怎么使用呢,不是很清楚谢谢

@dabensongbing 你好,处理结果后使用std::max_element()找出最高的分数就好了

非常感谢,我的主要问题是拷贝数据时可能自己之前代码不对,现在已经解决了,再次感谢你的回复^^ std::vector<float> outputData(param.batch_size * param.num_class); cudaMemcpy(outputData.data(), yolo.m_output_src_device, outputData.size() * sizeof(float), cudaMemcpyDeviceToHost);

zouwen198317 commented 2 months ago

yolov8-cls +1