Tianxiaomo / pytorch-YOLOv4

PyTorch ,ONNX and TensorRT implementation of YOLOv4
Apache License 2.0
4.46k stars 1.49k forks source link

Encoding issue #488

Open lpkoh opened 2 years ago

lpkoh commented 2 years ago

Converted yolov4-csp. Tried to run demo_trt.py Got the following issue: SyntaxError: Non-UTF-8 code starting with '\xfe' in file yolov4_1_3_512_512_static_fp16.trt on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details