1. 26 Jan, 2022 1 commit
  2. 01 Dec, 2021 1 commit
  3. 15 Sep, 2021 1 commit
  4. 31 Jul, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Benchmark PAConv on S3DIS dataset (#809) · 5258fe9a
      Ziyi Wu authored
      * add cfg
      
      * add eps format
      
      * update README
      
      * update model zoo
      
      * add paconv readme
      
      * add metafile
      
      * hack drop_ratio
      
      * use base schedule cfg
      
      * remove paconv cuda
      
      * monor fix
      
      * remove paconv cuda config related
      
      * update paconv benchmark
      
      * update model link
      5258fe9a
  5. 12 Jun, 2021 1 commit
  6. 18 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Benchmark PN++ on ScanNet and S3DIS (#541) · 7f3a16a3
      Ziyi Wu authored
      * add configs for pn2 on s3dis
      
      * fix bugs
      
      * add README for PN2 segmentor
      
      * update configs file after experiments
      
      * update README
      
      * add base schedule files for seg configs
      
      * rename pn2_seg config files
      
      * update pn2 links in README
      
      * add metafile for pn2
      7f3a16a3
  7. 12 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support PointNet++ Segmentor (#528) · 9d852f17
      Ziyi Wu authored
      * build BaseSegmentor for point sem seg
      
      * add encoder-decoder segmentor
      
      * update mmseg dependency
      
      * fix linting errors
      
      * warp predicted seg_mask in dict
      
      * add unit test
      
      * use build_model to wrap detector and segmentor
      
      * fix compatibility with mmseg
      
      * faster sliding inference
      
      * merge master
      
      * configs for training on ScanNet
      
      * fix CI errors
      
      * add comments & fix typos
      
      * hard-code class_weight into configs
      
      * fix logger bugs
      
      * update segmentor unit test
      
      * logger use mmdet3d
      
      * use eps to replace hard-coded 1e-3
      
      * add comments
      
      * replace np operation with torch code
      
      * add comments for class_weight
      
      * add comment for BaseSegmentor.simple_test
      
      * rewrite EncoderDecoder3D to avoid inheriting from mmseg
      9d852f17