Skip to content

Commit d129433

Browse files
authored
Update examples/binary_segmentation_buildings.py
1 parent d8b9d6a commit d129433

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/binary_segmentation_buildings.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@
7272
# ----------------------------
7373
# Download the CamVid dataset, if needed
7474
# ----------------------------
75-
main_dir = (
76-
"./examples/binary_segmentation_data/" # Change this to your desired directory
77-
)
75+
# Change this to your desired directory
76+
main_dir = "./examples/binary_segmentation_data/"
7877

7978
data_dir = os.path.join(main_dir, "dataset")
8079
if not os.path.exists(data_dir):

0 commit comments

Comments
 (0)