"examples/community/lpw_stable_diffusion_xl.py" did not exist on "6fde5a6dd6b6d35573ec4e6abc93860918bb42ee"
  1. 24 Sep, 2021 1 commit
  2. 22 Sep, 2021 2 commits
    • Sherzodbek's avatar
      Small bug in FreeAnchor head (#944) · a055f6ad
      Sherzodbek authored
      * reduce 1e-12 to make difference between variables
      
      If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+).
      
      * Revert "reduce 1e-12 to make difference between variables"
      
      This reverts commit 33ec7215d22be59bf0012dea748f5cacc33a0fb8.
      
      * reduce 1e-12 to make difference between variables
      
      If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+). Not sure whether 1e-7 or 1e-8 worked. But 1e-6 did.
      a055f6ad
    • Zongbao Feng's avatar
      upgrade to build_anchor_generator (#941) · b1deeb53
      Zongbao Feng authored
      * visuliaztion typos
      
      * fix to visualization
      
      * fixed lint errors by pre-commit
      
      * upgrade to build_anchor_generator
      
      * fixed  isort message
      b1deeb53
  3. 17 Sep, 2021 1 commit
  4. 07 Sep, 2021 1 commit
  5. 01 Sep, 2021 1 commit
    • Tai-Wang's avatar
      Bump to v0.17.0 (#898) · 5363189c
      Tai-Wang authored
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update version.py
      
      * Update getting_started.md
      
      * Update getting_started.md
      
      * Update changelog.md
      
      * Remove "recent" in the news
      
      * Remove "recent" in the news
      
      * Fix comments
      5363189c
  6. 27 Aug, 2021 1 commit
  7. 25 Aug, 2021 2 commits
  8. 19 Aug, 2021 1 commit
  9. 09 Aug, 2021 2 commits
  10. 06 Aug, 2021 1 commit
  11. 05 Aug, 2021 3 commits
  12. 03 Aug, 2021 2 commits
  13. 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
  14. 30 Jul, 2021 1 commit
  15. 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
  16. 27 Jul, 2021 1 commit
  17. 21 Jul, 2021 2 commits
    • 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
    • xiliu8006's avatar
      cbf194fa
  18. 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
  19. 14 Jul, 2021 1 commit
  20. 13 Jul, 2021 2 commits
    • xiliu8006's avatar
      [Enhance] Modify the Fcos3d init_weights methods (#705) · 6a733eb4
      xiliu8006 authored
      * support 3dssd
      
      * support one-stage method
      
      * for lint
      
      * support two_stage
      
      * Support all methods
      
      * remove init_cfg=[] in configs
      
      * test
      
      * support h3dnet
      
      * fix lint error
      
      * fix isort
      
      * fix code style error
      
      * fix imvotenet bug
      
      * rename init_weight->init_weights
      
      * clean comma
      
      * fix test_apis does not init weights
      
      * support newest mmdet and mmcv
      
      * fix test_heads h3dnet bug
      
      * rm *.swp
      
      * remove the wrong code in build.yml
      
      * fix ssn low map
      
      * modify docs
      
      * modified ssn init_config
      
      * modify params in backbone pointnet2_sa_ssg
      
      * add ssn direction init_cfg
      
      * support segmentor
      
      * add conv a=sqrt(5)
      
      * Convmodule uses kaiming_init
      
      * fix centerpointhead init bug
      
      * add second conv2d init cfg
      
      * add unittest to confirm the input is not be modified
      
      * assert gt_bboxes_3d
      
      * rm .swag
      
      * modify docs mmdet version
      
      * adopt fcosmono3d
      
      * add fcos 3d original init method
      
      * add init cfg
      
      * add init cfg
      
      * modify fcos3d init_weights
      
      * deleted error merge code
      
      * deleted useless code
      
      * remove useless code
      6a733eb4
    • Ziyi Wu's avatar
      [Feature] Support FLOPs and Params calculation in MMDet3D (#736) · 6cd23071
      Ziyi Wu authored
      * add get_flops.py
      
      * modify SSD to support flops calc
      
      * update docs
      
      * support mono3d models
      6cd23071
  21. 12 Jul, 2021 1 commit
  22. 06 Jul, 2021 1 commit
  23. 02 Jul, 2021 1 commit
    • hjin2902's avatar
      Bump to v0.15.0 (#692) · 1f79fc7b
      hjin2902 authored
      * Bump to v0.15.0
      
      * fix typo, specific bugfix, install version
      
      * fix LoadMultiViewImageFromFiles
      
      * compatibility about mmcv version
      1f79fc7b
  24. 01 Jul, 2021 3 commits
    • Ziyi Wu's avatar
      [Fix] Fix `LoadMultiViewImageFromFiles` to be compatible with `DefaultFormatBundle` (#611) · 7fec1d53
      Ziyi Wu authored
      * unravel multi-view img to list
      
      * add unit test
      7fec1d53
    • xiliu8006's avatar
      [Refactor]: Unified parameter initialization (#622) · 07590418
      xiliu8006 authored
      * support 3dssd
      
      * support one-stage method
      
      * for lint
      
      * support two_stage
      
      * Support all methods
      
      * remove init_cfg=[] in configs
      
      * test
      
      * support h3dnet
      
      * fix lint error
      
      * fix isort
      
      * fix code style error
      
      * fix imvotenet bug
      
      * rename init_weight->init_weights
      
      * clean comma
      
      * fix test_apis does not init weights
      
      * support newest mmdet and mmcv
      
      * fix test_heads h3dnet bug
      
      * rm *.swp
      
      * remove the wrong code in build.yml
      
      * fix ssn low map
      
      * modify docs
      
      * modified ssn init_config
      
      * modify params in backbone pointnet2_sa_ssg
      
      * add ssn direction init_cfg
      
      * support segmentor
      
      * add conv a=sqrt(5)
      
      * Convmodule uses kaiming_init
      
      * fix centerpointhead init bug
      
      * add second conv2d init cfg
      
      * add unittest to confirm the input is not be modified
      
      * assert gt_bboxes_3d
      
      * rm .swag
      
      * modify docs mmdet version
      
      * adopt fcosmono3d
      
      * add fcos 3d original init method
      
      * fix mmseg version
      
      * add init cfg in fcos_mono3d.py
      
      * merge newest master
      
      * remove unused code
      
      * modify focs config due to changes of resnet
      
      * support imvoxelnet pointnet2
      
      * modified the dependencies version
      
      * support decode head
      
      * fix inference bug
      
      * modify the useless init_cfg
      
      * fix multi_modality BC-breaking
      
      * fix error blank
      
      * modify docs error
      07590418
    • hjin2902's avatar
      [Feature] Group-Free-3D head (#539) · 318499ac
      hjin2902 authored
      
      
      * group-free-3d head
      
      * GroupFree3DNet->VoteNet
      
      * modify docstring
      
      * bugfix: calculate pts_instance_label, decoder self/cross posembed init
      
      * support GroupFree3DNet, modify scannnet train config
      
      * support point cloud input features dim = 0
      
      * add groupfree3dnet test case
      
      * bugfix: softmax in decode boxes
      
      * support multi-stage predictions
      
      * modify GroupFree3DMultiheadAttention input parameters
      
      * refactor: support sunrgbd-based train
      
      * refactor: support sunrgbd-based train
      
      * fix parts of bug
      
      * modify multi-stage prediction
      
      * fixbug: conv_channels
      
      * bugfix: permute
      
      * bugfix: permute
      
      * bugfix: expand
      
      * fix MAX_NUM_OBJ=64
      
      * 4 gpu training, score_thr = 0.0
      
      * modify config, repeattime=1
      
      * bigfix: expand
      
      * modify: GroupFree3DMHA, build_positional_encoding
      
      * modify: GroupFree3DMHA, build_positional_encoding
      
      * bugfix: torch.nn
      
      * bugfix: mean loss
      
      * residual -> identity
      
      * fix name: DropOut -> Dropout
      
      * delete sunrgbd-based congfig
      
      * Fix: trailing whitespace
      
      * suffix -> prefix
      
      * bugfix: groupfree3d config
      Co-authored-by: default avatarjinhui <PJLAB\jinhui@shai14001019l.pjlab.org>
      318499ac
  25. 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
  26. 20 Jun, 2021 1 commit
    • Ziyi Wu's avatar
      [Fix] Fix MMSeg max version (#656) · d61476a2
      Ziyi Wu authored
      * remove mmseg max ver limit
      
      * install mmdet 2.11.0
      
      * mmseg < 0.14.1
      
      * change mmseg to mmsegmentation
      
      * fix mmseg to 0.14.0
      d61476a2
  27. 16 Jun, 2021 1 commit
    • Danila Rukhovich's avatar
      [Feature] Support ImVoxelNet on KITTI (#627) · c1f6bbab
      Danila Rukhovich authored
      * first try of kitti
      
      * fix python3
      
      * imvoxelnet is ready for open-mmlab/mmdetection3d
      
      * apply pre-commit
      
      * update to ConvModule and AlignedAnchor3DGenerator
      
      * add unit tests
      
      * fix torch.Tensor in docstrings
      
      * revert anchor ranges
      c1f6bbab