yolov7-face-tensorrt icon indicating copy to clipboard operation
yolov7-face-tensorrt copied to clipboard

ONNX file export from Yolov7-face can not work in Infer task

Open tranducanhbk opened this issue 1 year ago • 0 comments

Hi we0091234! I convert pt weigth to onnx file follow your instruction and already convert it to TRT using onnx2trt lib. But when i run infer task using ./yolov7_face ./yolov7s-face.trt ../../yolov7-face/test_images the error occur like bellow ERROR: 3: getPluginCreator could not find plugin: ScatterND version: 1 But when i use your onnx file everything is fine. Can u tell me how to export ONNX file correctly

tranducanhbk avatar Aug 04 '23 11:08 tranducanhbk