-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# Spatio-Temporal Segmentation | ||
|
||
This repository contains the accompanying code for [4D-SpatioTemporal ConvNets: Minkowski Convolutional Neural Networks, CVPR'19](https://arxiv.org/abs/1904.08755). | ||
|
||
|
||
## ScanNet Training | ||
|
||
First, preprocess all scannet raw point cloud with the following command after you set the path correctly. | ||
|
||
``` | ||
python -m lib.datasets.prepreocessing.scannet | ||
``` | ||
|
||
Then, train the scannet network with | ||
|
||
``` | ||
./scripts/train_scannet.sh 0 -default "--scannet_path /path/to/preprocessed/scannet" | ||
``` | ||
|
||
The first argument is the GPU id and the second argument is the path postfix | ||
and the last argument is the miscellaneous arguments. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters