Skip to content

Commit

Permalink
fix: fix the catalog file of nuImages
Browse files Browse the repository at this point in the history
  • Loading branch information
willandfree committed Jan 6, 2022
1 parent 19a086d commit 8f0931c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tensorbay/opendataset/nuImages/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
"name": "cycle_rider",
"enum": ["with_rider", "without_rider"],
"parentCategories": [
"human.pedestrian.personal_mobility",
"static_object.bicycle_rack",
"vehicle.bicycle",
"vehicle.motorcycle"
Expand All @@ -118,6 +119,7 @@
"name": "pedestrian_motion",
"enum": ["moving", "sitting_lying_down", "standing"],
"parentCategories": [
"animal",
"human.pedestrian.adult",
"human.pedestrian.child",
"human.pedestrian.construction_worker",
Expand Down Expand Up @@ -149,11 +151,18 @@
{
"name": "vehicle_light.emergency",
"enum": ["flashing", "not_flashing"],
"parentCategories": [
"vehicle.car",
"vehicle.emergency.ambulance",
"vehicle.emergency.police",
"vehicle.truck"
],
"description": "Whether the emergency light of vehicle is lighting."
},
{
"name": "vertical_position",
"enum": ["off_ground", "on_ground"],
"parentCategories": ["human.pedestrian.adult", "animal"],
"description": "Whether the object is on the ground plane."
}
]
Expand Down Expand Up @@ -267,6 +276,7 @@
"name": "cycle_rider",
"enum": ["with_rider", "without_rider"],
"parentCategories": [
"human.pedestrian.personal_mobility",
"static_object.bicycle_rack",
"vehicle.bicycle",
"vehicle.motorcycle"
Expand All @@ -277,6 +287,7 @@
"name": "pedestrian_motion",
"enum": ["moving", "sitting_lying_down", "standing"],
"parentCategories": [
"animal",
"human.pedestrian.adult",
"human.pedestrian.child",
"human.pedestrian.construction_worker",
Expand Down Expand Up @@ -308,11 +319,18 @@
{
"name": "vehicle_light.emergency",
"enum": ["flashing", "not_flashing"],
"parentCategories": [
"vehicle.car",
"vehicle.emergency.ambulance",
"vehicle.emergency.police",
"vehicle.truck"
],
"description": "Whether the emergency light of vehicle is lighting."
},
{
"name": "vertical_position",
"enum": ["off_ground", "on_ground"],
"parentCategories": ["human.pedestrian.adult", "animal"],
"description": "Whether the object is on the ground plane."
}
]
Expand Down

0 comments on commit 8f0931c

Please sign in to comment.