Hi @Fakhrullo
thanks for your reply. I tried to load the weights (best.pt) that you shared with us, but I was unable to load them using:
import torch
torch.load("best.pt")
It returned the following error:
KeyError: "filename 'storages' not found"
It seems like the file is corrupted. Can you please try it as well and ensure it's not corrupted?
Best
Jan