forked from nutonomy/nuscenes-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nuScenes KITTI 2d boxes (nutonomy#158)
* Convert 3d boxes to 2d for kitti * Bug fix with swapped sign * Ignore boxes that are behind the camera * Fix wrong type hint * Fix order of statements * Return none if no corners in image * Added assertion for debugging and shortened output precision * Fix cropping and ignore boxes that don't fall into the image * Tools to plot 2d boxes * Debug output * Fleshed out comments * Added disclaimer to 3d-2d projection
- Loading branch information
1 parent
5ec8a39
commit 57de64c
Showing
3 changed files
with
123 additions
and
43 deletions.
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
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
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