NTUYWANG103 / APEX_AIMBOT

This is a YOLOV7 based APEX and CSGO Aimbot
GNU General Public License v3.0
583 stars 98 forks source link

how to convert onnx model to pt model? #121

Open qingqiuhe opened 8 months ago

qingqiuhe commented 8 months ago

As I want to sequentially train your model on my custom dataset, It's helpful if you could provide the pytorch format model of best_apex.onnx or tell me how to convert it.

PlutoNameless commented 8 months ago

There are questions about conversion between onnx and pt that shouldn't be asked in this project. Also onnx to pt conversion is far more complex than pt to onnx conversion.