paleomoon
Results
2
issues of
paleomoon
First thanks for your excellent project, I have run it successfully and it performed best result in my task. Now I'm going to run it in TensorRT, and I have...
Hi, @wmcnally, I added onnx export, hope this can help others. To export onnx: ``` python export.py --weights kapao_l_coco.pt --img-size 1280 --include onnx --simplify ``` To run with onnxruntime: ```...