1. 03 Dec, 2022 2 commits
  2. 08 Oct, 2022 1 commit
  3. 01 Sep, 2022 1 commit
    • Shilong Zhang's avatar
      [Fix] Fix part of documentations (#1758) · 326bbf03
      Shilong Zhang authored
      
      
      * fix liar_det3d
      
      * fix ch liar_det3d
      
      * fix en and ch liar_seg and add formart results
      
      * resolve the comments
      
      * fix the nuscence
      
      * fix scannet
      
      * fix waymo det
      
      * fix docs
      
      * fix the doc
      
      * fix the command line
      
      * fix the command line
      
      * fix nuscence
      
      * fix nuscence
      
      * resolve the comments
      
      * resp;ve
      
      * Minor fix
      
      * Minor fix
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      326bbf03
  4. 22 Aug, 2022 1 commit
  5. 18 May, 2022 1 commit
  6. 16 Dec, 2021 1 commit
  7. 24 Sep, 2021 1 commit
    • Yezhen Cong's avatar
      [Refactor] Refactor code structure and docstrings (#803) · 53435c62
      Yezhen Cong authored
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      53435c62
  8. 18 Aug, 2021 1 commit
  9. 05 Aug, 2021 1 commit
  10. 30 Jul, 2021 1 commit
    • Yezhen Cong's avatar
      [Doc] Add SUN RGB-D doc (#770) · 43b4632b
      Yezhen Cong authored
      * Add doc
      
      * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc
      
      * Revert mistakenly modified file
      
      * Fix typos
      
      * Add multi-modality related info
      
      * Add doc
      
      * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc
      
      * Revert mistakenly modified file
      
      * Fix typos
      
      * Add multi-modality related info
      
      * Add multi-modality related info
      
      * Update according to comments
      
      * Add chinese doc and frevised the docs
      
      * Add some script
      
      * Fix typos and formats
      
      * Fix typos
      
      * Fix typos
      43b4632b
  11. 21 Jul, 2021 1 commit
  12. 20 Jul, 2021 1 commit
    • Danila Rukhovich's avatar
      [Enhance] Support RGB images on ScanNet for multi-view detector (#696) · da4c3af9
      Danila Rukhovich authored
      * extract RGB images for ScanNet
      
      * update scannet_data_utils with rgb
      
      * fix docs an tools; add use_camera to ScanNetDataset
      
      * fix typos is scannet doc
      
      * fix very rare undefined poses for ScanNet
      
      * update ScanNet dataset for more clear MultiViewPipeline
      
      * update compatibility for ScanNet
      
      * fix typo in compatibility doc
      
      * use mmcv.track_parallel_progress for scannet images
      da4c3af9
  13. 30 Jun, 2021 1 commit
    • hjin2902's avatar
      Scannet doc (#664) · 71f58f8d
      hjin2902 authored
      * ScanNet-doc: data prepare and train pipeline
      
      * add metric of scannet
      
      * Fix: data prepare link, summary sentence, 'inwhich'
      
      * simplify code script
      
      * simplify code script, add few comments
      71f58f8d