1. 12 Oct, 2022 5 commits
    • Jingwei Zhang's avatar
      [Fix] Fix some bugs in waymo conversion and dataset parsing (#1892) · ed073a0f
      Jingwei Zhang authored
      
      
      * add the code of generating cam_sync_labels in waymo dataset
      
      * fix key error in waymo converation
      
      * fix waymo convert bug and refactor parse_ann_info in WaymoDataset
      
      * add image_path key in waymo sweeps
      
      * polish code
      
      * add sweeps in data_prefix in waymo config
      
      * fix some bugs in waymo
      
      * resolve some comments and fix configs of pointpillars
      
      * add 2 TODOs
      
      * fix lint
      Co-authored-by: default avatarlianqing <lianqing1997@gmail.com>
      ed073a0f
    • Qing Lian's avatar
      937e7f88
    • VVsssssk's avatar
      solve bc breaking (#1908) · fc679dc8
      VVsssssk authored
      fc679dc8
    • lianqing01's avatar
      [Features] Support waymo challenge solution (#1716) · 6d3518d0
      lianqing01 authored
      
      
      * update evaluation metric to support waymo cam only evaluation
      
      * add transformation for bev detection
      
      * add multiview dfm
      
      * support multiview detection in datasets with transformation, dfm model and metric
      
      * remove deprecated config and update doc string
      
      * remove file_client_args=file_client_args and update docstr
      
      * add doc string and remove pdb
      
      * fix the doc string of voxel fusion
      
      * add doc string
      
      * remove lidar2img
      
      * add doc string
      
      * update doc string
      
      * support waymo dataset for replace_ceph and modify path of pkl in config
      
      * update evaluation metrics; and the config for waymo solution
      
      * fix the index error in waymo metric and add lidar2img utils function
      
      * replace __call_ to transform
      
      * fix doc string
      
      * rename configs
      
      * update the config name
      
      * update the lidar2cam calib in waymo data creater
      Co-authored-by: default avatarlianqing <lianqing1997@gmail.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      6d3518d0
    • ChaimZhu's avatar
      [Refactor] update `Det3DLocalVisualization` and visualization documentation (#1857) · 25e38012
      ChaimZhu authored
      * update vis doc
      
      * support bev visualization and update proj_3d visualization
      
      * fix bugs
      
      * fix comments and add visualizer in dataset config
      
      * fix comments
      
      * add draw_points_on_image sample
      
      * fix ci
      
      * remove mkdir_or_exist
      
      * update vis doc
      25e38012
  2. 11 Oct, 2022 2 commits
    • ChaimZhu's avatar
      [Fix] fix some mono3d related bugs (#1816) · 7d5c5a33
      ChaimZhu authored
      * fix mono3d related bugs
      
      * update kitti-mono3d script
      
      * update mono3d task
      
      * update resize3d and randomresize3d
      
      * fix
      
      * update dataset converter script
      
      * fix part of comments
      
      * unify the task name in datasets and visualization
      
      * fix comments
      
      * rename 3d to lidar_det
      
      * fix ci
      
      * change boxlist to boxtype
      
      * change default value ot lidar_det
      
      * fix bugs
      7d5c5a33
    • Jingwei Zhang's avatar
      [CI] Fix CI on cuda env (#1905) · 4b73569e
      Jingwei Zhang authored
      * fix ci
      
      * remove spconv in optional.txt
      4b73569e
  3. 10 Oct, 2022 1 commit
  4. 08 Oct, 2022 5 commits
  5. 30 Sep, 2022 1 commit
  6. 29 Sep, 2022 1 commit
  7. 28 Sep, 2022 4 commits
    • Jingwei Zhang's avatar
      [Fix] Add annotation file of mono3d in demo (#1864) · be937d4a
      Jingwei Zhang authored
      * add coco ann for mono3d demo and fix inference
      
      * add demo pkl
      
      * update docs
      be937d4a
    • Jingwei Zhang's avatar
      [Fix] Fix unit test of datasets (#1865) · e9e20242
      Jingwei Zhang authored
      * fix ci of dataset and visualizer by regenerate pkl
      
      * decrease channels in ut for reducing cuda memory
      
      * still use sample_id in the kitti submitted files
      
      * minor changes
      
      * use waymo-open-dataset-tf-2-6-0
      
      * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6
      
      * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6
      
      * no dependency about waymo-open-dataset
      
      * Revert "no dependency about waymo-open-dataset"
      
      This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa.
      
      * not install waymo-open-dataset for ci
      
      * max python version is 3.8 because of trimesh
      
      * Revert "max python version is 2.8 because of trimesh"
      
      This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa.
      
      * fix networkx in ci
      
      * update docstring of data_preprocessor
      
      * modify version of typingextensions
      e9e20242
    • Xiangxu-0103's avatar
      update docs (#1866) · 4c4dd093
      Xiangxu-0103 authored
      4c4dd093
    • ChaimZhu's avatar
      [Refactor] update benchmark config (#1868) · 40ec11aa
      ChaimZhu authored
      * update benchmark config
      
      * fix docstrings
      
      * update docstrings
      
      * update benchmark hook
      40ec11aa
  8. 22 Sep, 2022 4 commits
  9. 16 Sep, 2022 4 commits
  10. 14 Sep, 2022 1 commit
  11. 13 Sep, 2022 2 commits
  12. 06 Sep, 2022 2 commits
  13. 01 Sep, 2022 8 commits