1. 03 Dec, 2022 2 commits
    • Xiangxu-0103's avatar
      [Feature] Support FCAF3D on S3DIS dataset in `dev-1.x` branch (#1984) · 7f9874aa
      Xiangxu-0103 authored
      
      
      * support fcaf3d for s3dis dataset
      
      * Update convert_utils.py
      
      * Update seg3d_dataset.py
      
      * Delete compose.py
      
      * fix import error
      
      * use `mmengine.Compose`
      
      * Update s3dis-3d.py
      
      * Update fcaf3d_2xb8_s3dis-3d-5class.py
      
      * Update s3dis_dataset.py
      
      * update unittest for s3dis
      
      * update docs
      
      * use `mmcv.Compose` instead of `mmengine.Compose`
      
      * update docstring
      
      * fix s3dis preprocessing bug
      
      * Add typehint
      
      * Update config and fix s3dis dataset
      
      * update typehit
      
      * Update convert_utils.py
      
      * Update README and metafile
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      fix __all__ keyword
      7f9874aa
    • Jingwei Zhang's avatar
      Update docs && support loading old checkpoints in FCAF3D (#1974) · acdb300d
      Jingwei Zhang authored
      * add loading converted keys and README, metafile
      
      * update readme
      
      * reorganize readme
      
      * add version in FCAF3d detector
      acdb300d