Skip to content

Commit

Permalink
Added instructions for vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois (Jeff) Faudi committed Nov 7, 2019
1 parent 7336622 commit da14554
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains rules on how to tag various records in the Playground.

- [Aircrafts](aircrafts.md)
- Ships
- Vehicles
- [Vehicles (i.e. Cars and Trucks)](vehicles.md)
- [Wind Turbines](wind_turbines.md)
- [Circular Storage](circular_storage.md)
- [Well Pads](well_pads.md)
Binary file added resources/vehicles/bus01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/bus02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/cars01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/generic_truck01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/generic_truck02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/generic_truck03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/pickup01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/trailer_truck01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/trailer_truck02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/vehicles/van01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions vehicles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Vehicles Tagging

> Version 2019-11-06
## Geometry

This project aims to tag **road vehicles**.

Records should be annotated as **oriented bounding-box** (i.e. a rectangle or **4-vertices polygon**, with no differentiation between the front and the back of a car).

## Classes

Every record must have a class attribute of either **car** or **truck**. No records should ever comprise more than one object.

- **Car**

![Cars](resources/vehicles/cars01.png)

This class includes utility vehicles (i.e. pickup, van)

![Pickup](resources/vehicles/pickup01.png) ![Van](resources/vehicles/van01.png)

- **Truck**

This class includes generic trucks:

![Generic Truck](resources/vehicles/generic_truck01.png) ![Generic Truck](resources/vehicles/generic_truck02.png)

trailer trucks:

![Generic Truck](resources/vehicles/trailer_truck01.png) ![Generic Truck](resources/vehicles/trailer_truck02.png)

and buses:

![Bus](resources/vehicles/bus01.png) ![Bus](resources/vehicles/bus02.png)

0 comments on commit da14554

Please sign in to comment.