Open Razamalik4497 opened 1 year ago
I have this problem, too https://github.com/ultralytics/yolov5/blob/master/export.py Export to yolov5.ptl option not found in yolov5 Therefore, it seems that an error occurs when loading the model with torch.jit._loadForMobile(filePath) Do you have a solution?
Area Select
react-native-pytorch-core (core package)
Description
I have seen there is an export script https://playtorch.dev/docs/tutorials/prepare-custom-model/ for mobilenet, but I have trained yolov5s.pt how to export it for playtorch in yolov5s.ptl format.