• twang's avatar
    [Feature] Support monocular 3D detection on KITTI (#415) · e37f5d5e
    twang authored
    * Support nuscenes mono3d json info generation
    
    * Support nuscenes mono3d dataset class
    
    * Support attribute and bbox2d prediction in bbox3dnms and bbox3d2result
    
    * Rename dataset class and add comments to 'attrs'
    
    * Support mono3d related pipelines
    
    * Fix unittest for loading 3D annotations
    
    * Add unit test for nuscenes mono3d dataset
    
    * Rename the sample result file
    
    * Upload sample data for mono3d unit test
    
    * Upload sample data for mono3d unit test
    
    * Upload sample image for unit test
    
    * Delete tests/data/nuscenes/samples/LIDAR_TOP/CAM_BACK_LEFT directory
    
    * Add files via upload
    
    * Remove unnecessary 'f'
    
    * Remove unnecessary \ in arguments
    
    * Remove check for pycocotools version because it has been done in the cocodataset
    
    * Remove unnecessary comma, add TODO and change init of attrs in format_results
    
    * Merge RandomFlip3D and RandomFlipMono3D
    
    * Add pytest to check whether cuda is available in the unit test
    
    * Support monocular 3D detection on KITTI dataset
    
    * Add visualization TODO
    
    * Merge nus_mono3d and update dataset init
    
    * Remove duplicated loading images in mono3d
    
    * Remove aos evaluation of bbox2d predictions on KITTI
    
    * Add unit test for kitti mono3d dataset
    
    * Add accidentally deleted classes in the dataset init
    
    * Replace .format with f-string in kitti dataset
    
    * Clean comma
    
    * Toy data for unit test of kitti mono dataset
    
    * Sample image data for unit test
    e37f5d5e
create_data.py 10.5 KB