Upload kabr_telemetry_metadata.csv
Browse files- kabr_telemetry_metadata.csv +32 -0
kabr_telemetry_metadata.csv
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
column_name,description
|
2 |
+
Unnamed: 0,index
|
3 |
+
frame,frame number from video file (30 fps)
|
4 |
+
id,unique identifier for each animal detected in video frame
|
5 |
+
iso,"camera setting, measurement of light sensitivity"
|
6 |
+
shutter,"camera setting, exposure time"
|
7 |
+
fnum,"camera setting, aperture"
|
8 |
+
ev,"camera setting, exposure compensation"
|
9 |
+
ct,"camera setting, color temperature"
|
10 |
+
color_md,"camera setting, color mode"
|
11 |
+
focal_len,"camera setting, focal length"
|
12 |
+
dzoom_ratio,"camera setting, digital zoom ratio"
|
13 |
+
latitude,GPS latitude
|
14 |
+
longitude,GPS longitude
|
15 |
+
altitude,GPS altitude in meters
|
16 |
+
outside_x,"0 if not outside the frame, 1 if outside the frame"
|
17 |
+
occluded_x,"0 if not occluded, 1 if occluded"
|
18 |
+
keyframe_x,"0 if not a keyframe, 1 if a keyframe"
|
19 |
+
xtl,top left x coordinate of bounding box
|
20 |
+
ytl,top left y coordinate of bounding box
|
21 |
+
xbr,bottom right x coordinate of bounding box
|
22 |
+
ybr,bottom right y coordinate of bounding box
|
23 |
+
z_order_x,z order of bounding box
|
24 |
+
label,"animal species (e.g. zebra, giraffe, etc.)"
|
25 |
+
source,"source of bounding box annotations (e.g. manual, deep learning, etc.)"
|
26 |
+
keyframe_y,"0 if not a keyframe, 1 if a keyframe"
|
27 |
+
outside_y,"0 if not outside the frame, 1 if outside the frame"
|
28 |
+
occluded_y,"0 if not occluded, 1 if occluded"
|
29 |
+
points,points of bounding box
|
30 |
+
z_order_y,z order of bounding box
|
31 |
+
behaviour,behaviour of animal
|
32 |
+
video,video file name
|