1. 09 Dec, 2021 1 commit
    • lea-v's avatar
      Add pandaset support (#396) · 378593ac
      lea-v authored
      * Add basic support for Pandaset dataset
      
      * Add gt_sampling support for pandaset
      
      * Enable training on different classes than raw dataset
      
      * Save pandaset output in the same format as annotations
      
      * Add dataset config file for pandaset
      
      * Make pandaset dataset compatible with test.py
      
      - add 'evaluation' method
      - add 'name' key to predictions dict
      
      * Enable selecting lidar device for pandaset
      378593ac
  2. 06 Dec, 2021 2 commits
  3. 05 Dec, 2021 1 commit
  4. 04 Dec, 2021 1 commit
  5. 01 Dec, 2021 1 commit
  6. 30 Nov, 2021 6 commits
  7. 28 Nov, 2021 1 commit
  8. 26 Nov, 2021 2 commits
  9. 25 Nov, 2021 2 commits
  10. 24 Nov, 2021 6 commits
  11. 23 Nov, 2021 9 commits
  12. 16 Nov, 2021 1 commit
  13. 05 Nov, 2021 2 commits
  14. 04 Nov, 2021 4 commits
  15. 03 Nov, 2021 1 commit
    • 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