Skip to content

Commit

Permalink
Vehicle --> human made object
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Apr 3, 2023
1 parent 51238bb commit 43316f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ You can also use the `--classes` flag to limit training to a subset of the ASPRS
| ignored_ground | 20 |
| snow | 21 |
| temporal_exclusion | 22 |
| vehicle | 64 |
| human_made_object | 64 |


### Evaluation

Expand Down
2 changes: 1 addition & 1 deletion labels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ std::vector<Label> getLabels(){
l.push_back(Label("snow", 18, 21, Color(207, 207, 207)));
l.push_back(Label("temporal_exclusion", 19, 22, Color(128, 220, 128)));

l.push_back(Label("vehicle", 20, 64, Color(255, 255, 0)));
l.push_back(Label("human_made_object", 20, 64, Color(255, 255, 0)));


return l;
Expand Down

0 comments on commit 43316f0

Please sign in to comment.