Use a Fine-Tuned Model
Run a fine-tuned model on frames in a video.
You can use models you have trained or uploaded to Roboflow with the video inference API.
Use a Fine-Tuned Model with the Video Inference API
First, install the Roboflow Python package:
Next, create a new Python file and add the following code:
Above, replace:
API_KEY
: with your Roboflow API keyPROJECT_NAME
: with your Roboflow project ID.MODEL_ID
: with your Roboflow model ID.
Important note: Currently Roboflow's video inference only supports models trained within Roboflow after June 30th, 2023. We are working toward including older models.
Last updated