TensorRT_yolo3_module
TensorRT_yolo3_module copied to clipboard
can I use the converted yolov3-608.onnx on Windows platform?
I use the weight_to_onnx.py from nvidia tensorrt sdk to convert yolov3.weights on Ubuntu system,and then use the converted yolov3.onnx file on Windows system,but the windows trt sdk module report parse the onnx file fail,so is it means that the converted onnx file is only used on linux,can not be used on windows?