You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tasks/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Train/val/test split for ScanNet is given in [Benchmark](Benchmark).
6
6
Training tasks use [Torch7](http://torch.ch/docs/getting-started.html), with torch packages `cudnn`, `cunn`, `hdf5`, `xlua`.
7
7
8
8
Train/test data from the ScanNet release should be placed into a `data` folder in the `torch` folder of the respective task, e.g., for 3D Object Classification, unzip the `obj_classification.zip` into `Tasks/ObjectClassification/torch/data`.
9
+
(Or edit the paths in the `[phase]_shape_voxel_data_list.txt` and input the train/test paths to `train.lua`.)
9
10
10
11
Code to generate the training data from ScanNet data to come soon.
0 commit comments