Skip to content

Commit

Permalink
Update preprocess_normalize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbanerjee authored Nov 21, 2023
1 parent 8044349 commit 1f89d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocess_normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def main(configuration_file):
Pipeline for data processing.
"""
dataset_info = read_dataset(configuration_file)

Centerline.list_labels = [50, 49] + list(range(int(dataset_info['last_disc']) + 1))
# generating centerlines
list_centerline = generate_centerline(dataset_info = dataset_info)

Expand Down

0 comments on commit 1f89d15

Please sign in to comment.