Video analysis in the GUI#
After training and evaluating your model, the next step is to apply it to your videos.
Analyzing videos with your trained model#
Step-by-step#
Navigate to the ‘Analyze Videos’ Tab: Begin applying your trained model to video data here.
Select Your Video Format and Files:
Choose Video Format: Pick the format of your video (
.mp4,.avi,.mkv, or.mov).Select Videos: Click
Select Videosto find and open your video file.
Start Analysis: Click
Analyze. The analysis time depends on video length and resolution. Track progress in the terminal or Anaconda prompt.
Reviewing analysis results#
Find Results in Your Project Folder: After analysis, go to your project’s video folder.
Analysis Files: Look also for a
.metapickle, an.h5, and possibly a.csvfile for detailed analysis data.Review the “plot-poses” subfolder: This contains visual outputs of the video analysis.

Generating labeled videos#
Create a labeled video#
Go to ‘Create Labeled Video’ Tab: The previously analyzed video should be selected.
If not already selected, choose your video.
Click
Create Videos.
View the labeled video#
Your labeled video will be in your video folder, named after the original video plus model details and ‘labeled’.
Use it in your results, or perform downstream analyses with it!
Next steps#
Check our more advanced guides, and consider reading more about models, augmentations and other parameters to further optimize your model and analysis!