homepage-demo icon indicating copy to clipboard operation
homepage-demo copied to clipboard

Will Colab trained models work with this repo?

Open marcivanmanalac opened this issue 1 year ago • 2 comments

I trained a YOLOv8 object-detection model using the Google Colab tutorial and received the .PT files as output. I've been reading the web browser inference guide and saw some mentions about using Roboflow's trained models in order to use roboflow.load(options) . Would this work using my downloaded .PT model locally or would I need to train on Roboflow to use this? How would I go about using a local model if so?

marcivanmanalac avatar Mar 13 '23 01:03 marcivanmanalac

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

github-actions[bot] avatar Mar 13 '23 01:03 github-actions[bot]

@marcivanmanalac certainly! Be sure to upload your YOLOv8 weights after training

YOLOv8 object detection is currently supported for web browser inference

Jacobsolawetz avatar Mar 13 '23 02:03 Jacobsolawetz

Yes this is supported functionality if you upload your model to roboflow and it is supported by inferencejs. https://www.npmjs.com/package/inferencejs

MadeWithStone avatar Jul 26 '24 21:07 MadeWithStone