Skip to content

jackd/scannet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scannet

Python loading functions for ScanNet dataset.

Getting the data

  1. Set your SCANNET_PATH environment variable
export SCANNET_PATH=/path/to/scannet_data_dir
  1. Use this repository to download the segmentation data.
git clone http://cvlibs.net:3000/ageiger/rob_devkit.git
cd rob_devkit/segmentations
python download_scannet.py -o $SCANNET_PATH --type _vh_clean_2.labels.ply
  1. Get non-pip dependencies
cd /path/to/parent_dir
export PYTHONPATH=$PYTHONPATH:/path/to/parent_dir
git clone https://github.com/jackd/dids.git
git clone https://github.com/jackd/util3d.git
git clone https://github.com/jackd/scannet.git
  1. Install pip dependencies
pip install numpy plyfile
  1. (Optional) Add export lines used above to your ~/.bashrc file if you don't want to run them for each new terminal
export PYTHONPATH=$PYTHONPATH:/path/to/parent_dir
export SCANNET_PATH=/path/to/scannet_data_dir

About

Python loading functions for ScanNet dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages