Wang Xinyu

Results 174 comments of Wang Xinyu
trafficstars

You have installed cuda10.0, but you tensorrt depends on cuda10.2. You need to install proper version of cuda&tensorrt.

Means your custom trained model is different from the official model. You can load the model in pytorch, then print(model) to compare them layer by layer.

Okay, INT8 requires calibration, did you follow this https://github.com/wang-xinyu/tensorrtx/tree/master/yolov5#int8-quantization ?

@populustremble FastDeploy Streamer已经有相应的支持,可参考https://github.com/PaddlePaddle/FastDeploy/tree/develop/streamer > 硬件型号:Nvidia T4 操作系统:Linux > > 需求描述:希望FastDeploy支持nvidia gpu的硬解和推流

@populustremble 有计划,预计3月底之前会有python API