I want to apply a pre-trained model in pytorch using ultralytics in an app. However, I am aware that I cannot use .pt directly in Flutterflow or Flutter. I don't know what else to do to achieve this goal
Using deep learning-Object detection model
Database & APIs
I have already tried to use an API with a Github connection, but when I try to send the images to the repository, it doesn't send the file, which are not in json format, just a image. I tried to change it to json and I had no success. I also tried to do it converting the model into tensorflowlite. However, I don't see the option to upload my model to the system (assuming I change the format from .pt to tflite). I have tried everything, and I don't know what else to do, any help on any of these approaches would be helpful, thank you very much.
Yes