Git Product home page Git Product logo

stssl's Introduction

-----------------------------------------------------------------------------------

Update 19:56 8.21 2023

Code is released, modify the 'epochs' to 'stop_epoch' in trainer.stssl_trainer

-----------------------------------------------------------------------------------

**(STSSL) Spatiotemporal Self-supervised Learning for Point Clouds in the Wild **

Paper | Project page

Our project is built based on SegContrast

Installing pre-requisites:

sudo apt install build-essential python3-dev libopenblas-dev

pip3 install -r requirements.txt

pip3 install torch ninja

Installing MinkowskiEngine with CUDA support:

pip3 install -U MinkowskiEngine==0.5.4 --install-option="--blas=openblas" -v --no-deps

Data Preparation

Download KITTI inside the directory your config.dataset_path/datasets. The directory structure should be:

 ── your config.dataset_path/
    └── dataset
        └── sequences
        ├── 00/           
        │   ├── velodyne/	
        |   |	├── 000000.bin
        |   |	├── 000001.bin
        |   |	└── ...
        │   └── labels/ 
        |       ├── 000000.label
        |       ├── 000001.label
        |       └── ...
        ├── 08/ # for validation
        ├── 11/ # 11-21 for testing
        └── 21/
            └── ...

Reproducing the results

for pre-training. (We use 8 RXT3090 GPUs for pre-training)

you can just run train_stssl.py which is in tools, remember to modify the paramters of path : )

Then for fine-tuning:

you can just run train_downstream.py which is in tools, remember to adjust the learning rate: )

Of course, you can also refer to SegContrast

Any questions, touch me at [email protected]

Citation

If you use this repo, please cite as :

@inproceedings{wu2023spatiotemporal,
  title={Spatiotemporal Self-supervised Learning for Point Clouds in the Wild},
  author={Wu, Yanhao and Zhang, Tong and Ke, Wei and S{\"u}sstrunk, Sabine and Salzmann, Mathieu},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={5251--5260},
  year={2023}
}

stssl's People

Contributors

yanhaowu avatar ycyaoxdu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.