pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

Error with pytorch model #250

Open Heena-logicwind opened 2 years ago

Heena-logicwind commented 2 years ago

I have implemented Yolo on custom dataset...and want to deploy it...exported model (best.torchscript.ptl) is working in demo app without getting any error...However, it provides very inaccurate prediction...so, I tried to upload original model (best.pt)...and it's not working...can we not directly work with original pytorch model generated after training completing training process..? Next issue is exported model has large size compared to trained model... I look forward to Your response...

Thank You...

NeighborhoodCoding commented 1 year ago

Hi, I have same problem. My yolo_v3.apk file size is 933 Mbyte. Very big file. Why?