Skip to content

Commit

Permalink
fix indoor_converter
Browse files Browse the repository at this point in the history
  • Loading branch information
filaPro committed Jun 15, 2021
1 parent 19f7b65 commit 92ab3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data_converter/indoor_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92ab3a7

Please sign in to comment.