jennamk14 commited on
Commit
b172def
1 Parent(s): 5c2cfec

Upload 2 files

Browse files
.gitattributes CHANGED
@@ -54,3 +54,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  consolidated_metadata.csv filter=lfs diff=lfs merge=lfs -text
 
 
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
  consolidated_metadata.csv filter=lfs diff=lfs merge=lfs -text
57
+ kabr_telemetry.csv filter=lfs diff=lfs merge=lfs -text
kabr_telemetry.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5069fe89e4133c6c6fb3f7c9ff9656a3cee71bf105fcfb3f344b94305734c809
3
+ size 138587055
kabr_telemetry_metadata.csv CHANGED
@@ -1,32 +1,22 @@
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
 
 
 
1
  column_name,description
2
+ frame,frame number (30 fps)
 
3
  id,unique identifier for each animal detected in video frame
4
+ date_time,date time
5
+ latitude_y,latitude (GPS)
6
+ longitude_y,longitude (GPS)
7
+ height_sonar(feet),drone altitude in feet
8
+ compass_heading(degrees),drone compass heading in degrees
9
+ pitch(degrees),drone pitch in degrees
10
+ roll(degrees),drone roll in degrees
11
+ gimbal_heading(degrees),camera gimbal heading in degrees
12
+ gimbal_pitch(degrees),camera gimbal pitch in degrees
13
+ gimbal_roll(degrees),camera gimbal roll in degrees
 
 
 
 
14
  xtl,top left x coordinate of bounding box
15
  ytl,top left y coordinate of bounding box
16
  xbr,bottom right x coordinate of bounding box
17
  ybr,bottom right y coordinate of bounding box
 
18
  label,"animal species (e.g. zebra, giraffe, etc.)"
 
 
 
 
 
 
19
  behaviour,behaviour of animal
20
+ source,"source of bounding box annotations (e.g. manual, deep learning, etc.)"
21
+ mission id,unique mission id with date and start time
22
+ altitude (m),drone altitude in meters