Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruction updates and misc #89

Merged
merged 27 commits into from
Mar 21, 2019
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5b2190f
Set default version for export egoposes, better outputs
holger-motional Mar 17, 2019
be14a9b
Added v1.0 to legal datasets
Mar 18, 2019
6fd65a6
Corrected visibility level
holger-motional Mar 18, 2019
4afebe8
Merge branch 'scripts_update' of github.com:nutonomy/nuscenes-devkit …
holger-motional Mar 18, 2019
02ca8c9
Set face color to black, better status messages
holger-motional Mar 18, 2019
3dbfb70
Updated face color
holger-motional Mar 18, 2019
049de2f
Set set to trainval in misc scripts
holger-motional Mar 18, 2019
29c660f
Bugfix to preserver black bg color
Mar 18, 2019
a699ed3
Made close_dist a parameter
holger-motional Mar 18, 2019
37dc00a
Merged truck classes in the instructions
holger-motional Mar 18, 2019
12155cd
Removed train from instructions
holger-motional Mar 18, 2019
aa9520a
Merged police officers into single class
holger-motional Mar 18, 2019
31771de
Merge branch 'scripts_update' of github.com:nutonomy/nuscenes-devkit …
Mar 18, 2019
e1bd3c4
Merge branch 'scripts_update' of github.com:nutonomy/nuscenes-devkit …
Mar 18, 2019
b82dcf4
Merge remote-tracking branch 'origin/release_v0.2' into scripts_update
Mar 19, 2019
65310f9
Reset changes to tutorial
Mar 21, 2019
ac48c79
Merge remote-tracking branch 'origin/release_v0.2' into scripts_update
Mar 21, 2019
42afdad
Updated path to requirements.txt
holger-motional Mar 21, 2019
55feace
Removed v1.0 which was used for setup purposes
holger-motional Mar 21, 2019
04eab77
Cleanup
holger-motional Mar 21, 2019
5a34834
Fix visibility levels in instructions
holger-motional Mar 21, 2019
5246df4
Also print empty categories
holger-motional Mar 21, 2019
785c5ba
Fixed bug
holger-motional Mar 21, 2019
5e0d720
Reversed previous changes
holger-motional Mar 21, 2019
a7b396f
Updated schema comments for map
holger-motional Mar 21, 2019
cf381a2
Reverted previous changes
holger-motional Mar 21, 2019
beece6b
misc cleanup
Alex-nutonomy Mar 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merged truck classes in the instructions
  • Loading branch information
holger-motional committed Mar 18, 2019
commit 37dc00a94796487efc697d55f25e06e5b4618291
16 changes: 7 additions & 9 deletions instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
**For every bounding box, include one of the following labels:**
1. **[Car or Van or SUV](#car-or-van-or-suv)**: Vehicle designed primarily for personal use, e.g. sedans, hatch-backs, wagons, vans, mini-vans, SUVs and jeeps.

2. **[Truck](#truck)**: Vehicles primarily designed to haul cargo including lorrys, trucks.
2. **[Truck](#truck)**: Vehicles primarily designed to haul cargo including pick-ups, lorrys, trucks and semi-tractors. Trailers hauled after a semi-tractor should be labeled as vehicle.trailer.
holger-motional marked this conversation as resolved.
Show resolved Hide resolved

3. **[Pickup Truck](#pickup-truck)**: A pickup truck is a light duty truck with an enclosed cab and an open or closed cargo area. A pickup truck can be intended primarily for hauling cargo or for personal use.
- **[Pickup Truck](#pickup-truck)**: A pickup truck is a light duty truck with an enclosed cab and an open or closed cargo area. A pickup truck can be intended primarily for hauling cargo or for personal use.

4. **[Front Of Semi Truck](#front-of-semi-truck)**: Tractor part of a semi trailer truck. Trailers hauled after a semi-tractor should be labeled as a trailer.
- **[Front Of Semi Truck](#front-of-semi-truck)**: Tractor part of a semi trailer truck. Trailers hauled after a semi-tractor should be labeled as a trailer.

5. **[Bendy Bus](#bendy-bus)**: Buses and shuttles designed to carry more than 10 people and comprises two or more rigid sections linked by a pivoting joint. Annotate each section of the bendy bus individually.

Expand All @@ -53,7 +53,7 @@

10. **[Bicycle Rack](#bicycle-rack)**: Area or device intended to park or secure the bicycles in a row. It includes all the bicycles parked in it and any empty slots that are intended for parking bicycles. Bicycles that are not part of the rack should not be included. Instead they should be annotated as bicycles separately.

11. **[Trailer](#trailer)**: Any vehicle trailer, both for trucks, cars and motorcycles (regardless of whether currently being towed or not). For semi-trailers (containers) label the truck itself as "front of semi truck".
11. **[Trailer](#trailer)**: Any vehicle trailer, both for trucks, cars and motorcycles (regardless of whether currently being towed or not). For semi-trailers (containers) label the truck itself as "Truck".

12. **[Police Vehicle](#police-vehicle)**: All types of police vehicles including police bicycles and motorcycles.

Expand Down Expand Up @@ -129,24 +129,22 @@ Bounding Box color convention in example images:

[Top](#overview)
## Truck
+ Vehicles primarily designed to haul cargo including lorrys, trucks.
+ Vehicles primarily designed to haul cargo including pick-ups, lorrys, trucks and semi-tractors. Trailers hauled after a semi-tractor should be labeled as vehicle.trailer.

![](https://www.nuscenes.org/public/images/taxonomy_imgs/truck_2.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/truck_3.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/truck_4.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/truck_5.jpg)

[Top](#overview)
## Pickup Truck
**Pickup Truck**
+ A pickup truck is a light duty truck with an enclosed cab and an open or closed cargo area. A pickup truck can be intended primarily for hauling cargo or for personal use.

![](https://www.nuscenes.org/public/images/taxonomy_imgs/pickup_truck_2.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/pickup_truck_3.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/pickup_truck_4.jpg)
![](https://www.nuscenes.org/public/images/taxonomy_imgs/pickup_truck_5.jpg)

[Top](#overview)
## Front Of Semi Truck
**Front Of Semi Truck**
+ Tractor part of a semi trailer truck. Trailers hauled after a semi-tractor should be labeled as a trailer.

![](https://www.nuscenes.org/public/images/taxonomy_imgs/front_of_semi_truck_2.png)
Expand Down