NitishBorthakur commited on
Commit
ecda617
·
verified ·
1 Parent(s): 0d9fced

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Crosswalk Detection Model
3
  emoji: ⚡
4
  colorFrom: yellow
5
  colorTo: red
@@ -7,6 +7,23 @@ sdk: gradio
7
  sdk_version: 5.7.1
8
  app_file: app.py
9
  pinned: false
 
 
10
  ---
 
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Crosswalk Detection App
3
  emoji: ⚡
4
  colorFrom: yellow
5
  colorTo: red
 
7
  sdk_version: 5.7.1
8
  app_file: app.py
9
  pinned: false
10
+ thumbnail: >-
11
+ https://cdn-uploads.huggingface.co/production/uploads/674d3ccd6b4dbbd9a8561126/Ewwg1TM1nsc3pkqtHI2Cb.png
12
  ---
13
+ Check out my first app on Hugging Face Spaces - https://lnkd.in/gyHSTTN6.
14
 
15
+ What does it do? Detects crosswalks in images of streets/intersections. Simply upload an image and get segmentation masks for crosswalks vs. rest of image, along with % pixels covered by crosswalks in the image.
16
+
17
+ Why does it matter? Object detection models often struggle with out-of-distribution objects such as crosswalks. Whereas image segmentation makes it possible to create masks for any object.
18
+ Using the % pixels covered in the image, one can (theoretically) detect crosswalks if they cover > X% of the image. Ref recent research from U.S. Department of Transportation here - https://lnkd.in/gX7XTU3v.
19
+
20
+ Model training and app development? I trained a custom segmentation model on LandingAI, and used Gradio to write the program - it was easy to publish it in Spaces thereafter.
21
+
22
+ I hope you try it out and share your feedback with me!
23
+
24
+ Sample outputs ->
25
+ https://cdn-uploads.huggingface.co/production/uploads/674d3ccd6b4dbbd9a8561126/Ewwg1TM1nsc3pkqtHI2Cb.png
26
+ https://cdn-uploads.huggingface.co/production/uploads/674d3ccd6b4dbbd9a8561126/feS_f7WzB8PPotu7zLFd_.png
27
+
28
+
29
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference