Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SVivdich02 committed May 30, 2024
1 parent d0ce0a6 commit 36cac3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions experiment/main_kitti_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,8 @@ def process_kitti(

result_tuple = segment_pcds(config)

file_name = (
"experiment_bin/start{}_end{}.pickle".format(
config.start_index, config.end_index
)
file_name = "experiment_bin/start{}_end{}.pickle".format(
config.start_index, config.end_index
)
new_file = open(file_name, "w")
new_file.close()
Expand Down

0 comments on commit 36cac3d

Please sign in to comment.