1. 19 Jan, 2022 1 commit
  2. 13 Nov, 2021 1 commit
  3. 19 Aug, 2021 1 commit
  4. 09 Aug, 2021 1 commit
  5. 06 Aug, 2021 1 commit
  6. 05 Aug, 2021 2 commits
  7. 31 Jul, 2021 2 commits
    • Tai-Wang's avatar
      [Fix] Remove the legacy hack function for monocular dataset browsing (#794) · f6b59ae2
      Tai-Wang authored
      * Remove the legacy hack function for monocular dataset browsing
      
      * Remove legacy import from stucture/__init__.py
      
      * Remove legacy hacks for nuScenes visualization
      
      * Add deleted show_bboxes initialization in inference.py
      
      * Rollback deletion of hack function in core
      
      * Adjust the deprecationwarning
      f6b59ae2
    • 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
  8. 30 Jul, 2021 1 commit
  9. 28 Jul, 2021 2 commits
    • Wenhao Wu's avatar
      [Enhance] Modify resourse limit (#796) · 5276dfb4
      Wenhao Wu authored
      5276dfb4
    • Ziyi Wu's avatar
      [Feature] Support entire PAConv and PAConvCUDA models (#783) · 3870001a
      Ziyi Wu authored
      * add PAConv decode head
      
      * add config files
      
      * add paconv's correlation loss
      
      * support reg loss in Segmentor class
      
      * minor fix
      
      * add augmentation to configs
      
      * fix ed7 in cfg
      
      * fix bug in corr loss
      
      * enable syncbn in paconv
      
      * rename to loss_regularization
      
      * rename loss_reg to loss_regularize
      
      * use SyncBN
      
      * change weight kernels to kernel weights
      
      * rename corr_loss to reg_loss
      
      * minor fix
      
      * configs fix IndoorPatchPointSample
      
      * fix grouped points minus center error
      
      * update transform_3d & add configs
      
      * merge master
      
      * fix enlarge_size bug
      
      * refine config
      
      * remove cfg files
      
      * minor fix
      
      * add comments on PAConv's ScoreNet
      
      * refine comments
      
      * update compatibility doc
      
      * remove useless lines in transforms_3d
      
      * rename with_loss_regularization to with_regularization_loss
      
      * revert palette change
      
      * remove xavier init from PAConv's ScoreNet
      3870001a
  10. 21 Jul, 2021 1 commit
    • Tai-Wang's avatar
      [Fix] Fix the dimension and yaw hack of FCOS3D on nuScenes (#744) · aae48a96
      Tai-Wang authored
      * Fix rotation and dim hacks between nuscbox and our cambox
      
      * Remove hack in the mono browse, fix cam_intrinsic in the RandomFlip3D
      
      * Apply a more suitable hack transformation (dim & yaw hack)
      
      * Fix incorrect transformation of dim in post-processing
      
      * Remove transformation from global to local yaw in kitti mono dataset
      
      * Add comments for cam_intrinsic modification in the doc and code
      
      * Fix typos and invalid links
      
      * Add compatibility doc for fixing nus hacks
      
      * Update benchmark
      aae48a96
  11. 20 Jul, 2021 2 commits
    • 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
    • Yezhen Cong's avatar
      [Fix] Fix several errors in docstring (#761) · 907bb4e4
      Yezhen Cong authored
      * Fix docstring typos and change formats for api-doc to work
      
      * Test on fixing noqa
      
      * Fix noqa
      
      * Fix noqa
      907bb4e4
  12. 12 Jul, 2021 1 commit
  13. 01 Jul, 2021 1 commit
  14. 30 Jun, 2021 1 commit
    • Danila Rukhovich's avatar
      [Fix] Unify camera poses (#653) · ff62af6b
      Danila Rukhovich authored
      * refactor K and Rt to depth2img for SUN RGB-D
      
      * fix lint
      
      * update 3 tests
      
      * fix extra calib key and comments
      
      * remove calib from browse_dataset
      
      * fix cam to depth; rename return_z
      ff62af6b
  15. 12 Jun, 2021 1 commit
  16. 10 Jun, 2021 1 commit
  17. 06 Jun, 2021 2 commits
  18. 01 Jun, 2021 1 commit
  19. 31 May, 2021 2 commits
  20. 26 May, 2021 3 commits
  21. 19 May, 2021 1 commit
  22. 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
  23. 14 May, 2021 1 commit
  24. 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
  25. 11 May, 2021 1 commit
  26. 30 Apr, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Dataset browse for multiple dataset types (#467) · 59164170
      Ziyi Wu authored
      * fix small bug in get_loading_pipeline()
      
      * adopt eval_pipeline & support seg visualization
      
      * support multi-modality vis
      
      * fix small bugs
      
      * add multi-modality args & support S3DIS vis
      
      * update docs with imgs
      
      * fix typos
      59164170
  27. 28 Apr, 2021 2 commits
    • Ziyi Wu's avatar
      [Refactor] Use MMCV MODEL_REGISTRY (#495) · d219867c
      Ziyi Wu authored
      * remove registry.py in datasets/
      
      * remove registry.py in ops/pointnet_modules/
      
      * remove registry.py in models/
      
      * refactor builder using mmcv.MODELS registry
      
      * update mmcv min version requirement
      
      * change min mmcv version requirement in mmdet3d/__init__.py
      
      * min mmcv version to 1.3.2
      d219867c
    • Ziyi Wu's avatar
      [Fix] Fix small errors in seg dataset and cfgs (#487) · 22b4bb4e
      Ziyi Wu authored
      * fix small errors in seg dataset cfgs
      
      * add box field to 3d seg dataset
      
      * fix small bug in S3DIS data generation scripts
      
      * fix small bugs in scannet data generation
      22b4bb4e
  28. 27 Apr, 2021 1 commit
  29. 23 Apr, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support S3DIS data pre-processing and dataset class (#433) · a0090aa1
      Ziyi Wu authored
      * support S3DIS data download and pre-processing (to ScanNet format)
      
      * add S3DIS data for unittest
      
      * add S3DIS semseg dataset class and unittest
      
      * add config file for S3DIS dataset
      
      * add eval_pipeline to S3DIS dataset config file
      
      * clean code for S3DIS pre-processing scripts
      
      * reformat code
      
      * fix small bugs
      
      * resolve conflicts & modify show() to use pipeline
      
      * fix small errors
      
      * polish data pre-processing code
      
      * add more comments about S3DIS dataset
      
      * fix markdown lint error
      a0090aa1
  30. 19 Apr, 2021 2 commits
    • Ziyi Wu's avatar
      [Enhance] Add pipeline for data loading (#430) · 78c29c35
      Ziyi Wu authored
      * reuse pipeline in scannet-det dataset
      
      * reuse pipeline in kitti dataset
      
      * reuse pipeline in lyft dataset
      
      * reuse pipeline in sunrgbd dataset
      
      * reuse pipeline in nuscenes dataset
      
      * reuse pipeline in waymo dataset
      
      * reuse pipeline in scannet-seg dataset
      
      * add eval_pipeline in configs which have custom data pipelines
      
      * move data loading via pipeline to dataset._extract_data() for clarity
      
      * use eval_pipeline in tools/misc/visualize_results.py
      
      * get_pipeline from self when no pipeline is provided
      
      * fix small bugs
      
      * fix small bugs
      
      * simplify and clear code
      
      * remove unnecessary eval_pipeline added
      
      * add comment about why we set self.test_mode=False
      
      * small fix
      
      * modify docs about config
      78c29c35
    • Ziyi Wu's avatar
      [Enhance] Pipeline function process points and masks simultaneously (#444) · d4d7af24
      Ziyi Wu authored
      * modify PointShuffle and add unittest
      
      * modify PointsRangeFilter and add unittest
      
      * fix small bugs in IndoorPointSample
      
      * fix small typos in docstring
      d4d7af24