diff --git a/drawing_to_fsd_layout/image_processing.py b/drawing_to_fsd_layout/image_processing.py index 9691b4d..ed710dc 100644 --- a/drawing_to_fsd_layout/image_processing.py +++ b/drawing_to_fsd_layout/image_processing.py @@ -194,7 +194,7 @@ def extract_track_edges( edge_pixels = np.argwhere(image_canny > 0.01) if len(edge_pixels) < 10000: - st.write(i, len(edge_pixels)) + # st.write(i, len(edge_pixels)) break # st.write("Too many edge pixels, trying again with lower resolution") image = rescale(image, 0.95)