python reparam_yolov7-tiny.py –weights weights/best.pt –custom_yaml custom/yolov7-tiny-deploy.yaml –output best_reparam.pt
Try with this instead
python reparam_yolov7-tiny.py –weights weights/best.pt –custom_yaml custom/yolov7-tiny-deploy.yaml –output best_reparam.pt
Try with this instead
it went back to 3 errors
mine was only output left
error: the following arguments are required: --output
update:
Hi @MJK,
Is that the path to your weights? Where is your best.pt located?
It should be --weights ‘path to best.pt’ --custom_yaml ‘your path to deploy yaml’ --output ‘path to weights_final_pt where it will be saved’. Maybe you should check on the permissions if you are able to read/write the files.
Thank you.
Hi @MJK,
Can you give it a try for other users’ trained model?
If their one can work, this might be possible that your model cannot be converted successfully.
Once you familiarise with this process, then you can debug whether which is causing the issue.
Thank you.
Hi @MJK,
Unfortunately, I’m not too sure on the training part. Hopefully other makers on this forum with such experience can help you with this. Or you could try to learn how the others train them from their repo.
Thank you.
im checking Pothole if it works
in the pothole theres no guide how he did the reparam process
It works! thank you so much for both of you