-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jean-Francois (Jeff) Faudi
committed
Nov 7, 2019
1 parent
7336622
commit da14554
Showing
12 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |