Decwest / SPAwN-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPAwN-docker

This repository offers docker environment for SPAwN

Install

  1. Clone
git clone --recursive https://github.com/Decwest/SPAwN-docker.git
  1. Build docker image
cd SPAwN-docker
./build.sh
  1. Run docker container
cd SPAwN-docker
./run.sh

Reference

https://openaccess.thecvf.com/content/WACV2022/html/Dourado_Data_Augmented_3D_Semantic_Scene_Completion_With_2D_Segmentation_Priors_WACV_2022_paper.html

@InProceedings{Dourado_2022_WACV,
    author    = {Dourado, Aloisio and Guth, Frederico and de Campos, Teofilo},
    title     = {Data Augmented 3D Semantic Scene Completion With 2D Segmentation Priors},
    booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
    month     = {January},
    year      = {2022},
    pages     = {3781-3790}
}

About


Languages

Language:Dockerfile 83.9%Language:Shell 16.1%