Spaces:
Build error
Build error
Matteo Sirri
commited on
Commit
·
b0c3cbd
1
Parent(s):
f6bb7f6
fix: fix description
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def frcnn_coco(image):
|
|
51 |
|
52 |
|
53 |
title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
|
54 |
-
description = "
|
55 |
examples = ["001.jpg", "002.jpg", "003.jpg",
|
56 |
"004.jpg", "005.jpg", "006.jpg", "007.jpg", ]
|
57 |
|
|
|
51 |
|
52 |
|
53 |
title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
|
54 |
+
description = "School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri"
|
55 |
examples = ["001.jpg", "002.jpg", "003.jpg",
|
56 |
"004.jpg", "005.jpg", "006.jpg", "007.jpg", ]
|
57 |
|