johnomeara commited on
Commit
ad39a51
·
verified ·
1 Parent(s): 4e5d7bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -15
README.md CHANGED
@@ -1,18 +1,20 @@
1
- ---
2
- tags:
3
- - curb ramp detection
4
- - accessibility
5
- license: mit
6
- datasets:
7
- - projectsidewalk/rampnet-dataset
8
- base_model:
9
- - timm/convnextv2_base.fcmae_ft_in22k_in1k_384
10
- pipeline_tag: object-detection
11
- ---
12
-
13
- This is the curb ramp detection model introduced in *RampNet*.
14
-
15
- **Example usage:**
 
 
16
  ```py
17
  import torch
18
  from transformers import AutoModel
 
1
+ ---
2
+ tags:
3
+ - curb ramp detection
4
+ - accessibility
5
+ license: mit
6
+ datasets:
7
+ - projectsidewalk/rampnet-dataset
8
+ base_model:
9
+ - timm/convnextv2_base.fcmae_ft_in22k_in1k_384
10
+ pipeline_tag: object-detection
11
+ ---
12
+
13
+ **RampNet** is a two-stage pipeline that addresses the scarcity of curb ramp detection datasets by using government location data to automatically generate over 210,000 annotated Google Street View panoramas. This new dataset is then used to train a state-of-the-art curb ramp detection model that significantly outperforms previous efforts. In this repo, we provide the checkpoint for our curb ramp detection model.
14
+
15
+
16
+
17
+ **Usage:**
18
  ```py
19
  import torch
20
  from transformers import AutoModel