I annotated a simple video looking over top of a box with a piece of styrofoam in it. I’m modelling the styrofoam. I created a number of regions that identify the styrofoam. When I export, I choose “YOLOv8 OBB with Images”. I get a resultant zip file that has this in it.
The images folder contains one file “8e144241-Pressure_Line_Upper_Foam.mp4”
The labels folder contains one file “8e144241-Pressure_Line_Upper_Foam.txt” that is empty.
The mp4 file is just my uploaded video.
Where are all the image snapshot files and the coordinate text files that I expect for YOLO?
Thanks
Andy
Label Studio version v1.17.0.
pip install
Labeling Interface:
<View>
<Labels name="videoLabels" toName="video" allowEmpty="true">
<Label value="UpperFoam" background="#FFA39E"/></Labels>
<!-- Please specify FPS carefully, it will be used for all project videos -->
<Video name="video" value="$video" framerate="29.3"/>
<VideoRectangle name="box" toName="video"/>
</View>
<!--{
"video": "/static/samples/opossum_snow.mp4"
}-->