Spaces:
Build error
Build error
Matteo Sirri
commited on
Commit
·
99dceec
1
Parent(s):
91ccbe1
style: rmeove unusued images
Browse files
002.jpg
DELETED
Git LFS Details
|
004.jpg
DELETED
Git LFS Details
|
006.jpg
DELETED
Git LFS Details
|
007.jpg
DELETED
Git LFS Details
|
app.py
CHANGED
@@ -55,8 +55,7 @@ def frcnn_coco(image):
|
|
55 |
|
56 |
title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
|
57 |
description = '<p style="text-align:center">School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri.</p> '
|
58 |
-
examples = ["001.jpg",
|
59 |
-
"004.jpg", "005.jpg", "006.jpg", "007.jpg"]
|
60 |
|
61 |
io_baseline = gr.Interface(frcnn_coco, gr.Image(type="pil"), gr.Image(
|
62 |
type="file", label="Baseline Model trained on COCO + FT on MOT17"))
|
|
|
55 |
|
56 |
title = "Domain shift adaption on pedestrian detection with Faster R-CNN"
|
57 |
description = '<p style="text-align:center">School in AI: Deep Learning, Vision and Language for Industry - second edition final project work by Matteo Sirri.</p> '
|
58 |
+
examples = ["001.jpg", "003.jpg", "005.jpg"]
|
|
|
59 |
|
60 |
io_baseline = gr.Interface(frcnn_coco, gr.Image(type="pil"), gr.Image(
|
61 |
type="file", label="Baseline Model trained on COCO + FT on MOT17"))
|