Update README.md
Browse files
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 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
print(coordinates)
|
| 52 |
```
|
| 53 |
|
| 54 |
+

|
| 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 |
+
```
|