Unverified Commit b814e7f0 authored by Danila Rukhovich's avatar Danila Rukhovich Committed by GitHub
Browse files

fix indoor_converter (#647)

parent b07fb946
......@@ -86,7 +86,7 @@ def create_indoor_info_file(data_path,
# no need to generate for test set
train_dataset.get_seg_infos()
val_dataset.get_seg_infos()
else:
elif pkl_prefix == 's3dis':
# S3DIS doesn't have a fixed train-val split
# it has 6 areas instead, so we generate info file for each of them
# in training, we will use dataset to wrap different areas
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment