Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Airborne Object Detection - Starter Kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amazon Prime Air
Airborne Object Detection - Starter Kit
Commits
1fb66bcc
Commit
1fb66bcc
authored
3 years ago
by
Siddhartha Laghuvarapu
Browse files
Options
Downloads
Patches
Plain Diff
Fix Flight, frame demonstrations in DATASET.md
parent
69694266
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Starterkit corrections
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/DATASET.md
+5
-4
5 additions, 4 deletions
docs/DATASET.md
with
5 additions
and
4 deletions
docs/DATASET.md
+
5
−
4
View file @
1fb66bcc
...
@@ -143,12 +143,13 @@ NOTE: You don't need to have `groundtruth.json` pre-downloaded, it will automati
...
@@ -143,12 +143,13 @@ NOTE: You don't need to have `groundtruth.json` pre-downloaded, it will automati
flight_ids
=
dataset
.
get_flight_ids
()
flight_ids
=
dataset
.
get_flight_ids
()
flight
=
dataset
.
get_flight
(
flight_ids
[
0
])
# Loading single flight
flight
=
dataset
.
get_flight
(
flight_ids
[
0
])
# Loading single flight
airborne_objects
=
flight
.
get_airborne_objects
()
# Get all airborne objects
airborne_objects
=
list
(
flight
.
get_airborne_objects
()
)
# Get all airborne objects
airborne_objects
.
location
# Location of object in whole flight
airborne_objects
[
0
]
.
location
# Location of object in whole flight
frames
=
flight
.
frames
# All the frames of the flight
frames
=
flight
.
frames
# All the frames of the flight
airborne_objects_in_frame
=
frames
.
detected_objects
frame_ids
=
list
(
frames
.
keys
())
airborne_objects_location_in_frame
=
frames
.
detected_object_locations
airborne_objects_in_frame
=
frames
[
frame_ids
[
0
]].
detected_objects
airborne_objects_location_in_frame
=
rames
[
frame_ids
[
0
]].
detected_object_locations
# Check out the dataset exploration notebook for more...
# Check out the dataset exploration notebook for more...
[...]
[...]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment