johnomeara commited on
Commit
fbe8e8d
·
verified ·
1 Parent(s): d3f93dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -51,4 +51,16 @@ coordinates = [(int(c * scale_w), int(r * scale_h)) for r, c in peaks]
51
  print(coordinates)
52
  ```
53
 
54
- ![Example of Curb Ramp Points](https://i.postimg.cc/66fQm4m5/labeled.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  print(coordinates)
52
  ```
53
 
54
+ ![Example of Curb Ramp Points](https://i.postimg.cc/66fQm4m5/labeled.png)
55
+
56
+
57
+ Citation:
58
+
59
+ ```bibtex
60
+ @misc{2508.09415,
61
+ Author = {John S. O'Meara and Jared Hwang and Zeyu Wang and Michael Saugstad and Jon E. Froehlich},
62
+ Title = {RampNet: A Two-Stage Pipeline for Bootstrapping Curb Ramp Detection in Streetscape Images from Open Government Metadata},
63
+ Year = {2025},
64
+ Eprint = {arXiv:2508.09415},
65
+ }
66
+ ```