karanjakhar/yolov5-export-to-raspberry-pi

Why there is a need to convert Pytorch model to some other for making it run on Raspberry Pi?

Closed this issue · 0 comments

@karanjakhar I just have a question that what is the core difference between the Pytorch Model and the Exported(Tflite model)? As I could see that Pytorch model is not working well on the Raspberry Pi whereas the Tflite works better but I am not able to figure out at what are the reasons for that it's working.

What does the Pytorch model do that Tflite doesn't do?

@karanjakhar Do you have any idea about that?