We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b9d6a commit d129433Copy full SHA for d129433
examples/binary_segmentation_buildings.py
@@ -72,9 +72,8 @@
72
# ----------------------------
73
# Download the CamVid dataset, if needed
74
75
-main_dir = (
76
- "./examples/binary_segmentation_data/" # Change this to your desired directory
77
-)
+# Change this to your desired directory
+main_dir = "./examples/binary_segmentation_data/"
78
79
data_dir = os.path.join(main_dir, "dataset")
80
if not os.path.exists(data_dir):
0 commit comments