johnomeara commited on
Commit
2b652e5
·
verified ·
1 Parent(s): ad39a51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -47,4 +47,6 @@ coordinates = [(int(c * scale_w), int(r * scale_h)) for r, c in peaks]
47
 
48
  # Coordinates of detected curb ramps
49
  print(coordinates)
50
- ```
 
 
 
47
 
48
  # Coordinates of detected curb ramps
49
  print(coordinates)
50
+ ```
51
+
52
+ ![Example of Curb Ramp Points](https://i.postimg.cc/66fQm4m5/labeled.png)