1. 26 Nov, 2021 2 commits
  2. 25 Nov, 2021 2 commits
  3. 24 Nov, 2021 6 commits
  4. 23 Nov, 2021 9 commits
  5. 16 Nov, 2021 1 commit
  6. 05 Nov, 2021 2 commits
  7. 04 Nov, 2021 4 commits
  8. 03 Nov, 2021 3 commits
    • acivgin1's avatar
      bump up version, support for older models · 3817a135
      acivgin1 authored
      - as per the spconv documentation, the order of channels in weights is now changed
      - we need to get all the affected weights, using the util function in spconv_utils
      - we need to check the version with the version checker in __init__.py
      - we need to transpose last two dimensions of existing weights, from older models
      - to avoid duplication a single _load_state_dict method is added
      3817a135
    • acivgin1's avatar
      switch to new VoxelGenerator · 43b3c006
      acivgin1 authored
      43b3c006
    • acivgin1's avatar
      spconv changed imports · 9d9e9b85
      acivgin1 authored
      9d9e9b85
  9. 14 Sep, 2021 2 commits
  10. 11 Sep, 2021 2 commits
  11. 09 Sep, 2021 5 commits
  12. 30 Aug, 2021 1 commit
  13. 05 Aug, 2021 1 commit
    • djiajunustc's avatar
      add voxel r-cnn in readme (#610) · 8e055f02
      djiajunustc authored
      * Update __init__.py
      
      missing kornia. before image_to_tensor
      
      * Update README.md
      
      add Voxel R-CNN to changelog
      
      * Update README.md
      
      Add Voxel R-CNN as the officially released code
      8e055f02