hasibzunair commited on
Commit
e441600
1 Parent(s): 39529e8

add paper link

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. description.html +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ inputs = gr.inputs.Image(type="filepath", label="Input Image")
83
  # Define style
84
  title = "Learning to Recognize Occluded and Small Objects with Partial Inputs"
85
  description = codecs.open("description.html", "r", "utf-8").read()
86
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1512.03385' target='_blank'>Learning to Recognize Occluded and Small Objects with Partial Inputs</a> | <a href='https://github.com/hasibzunair/msl-recognition' target='_blank'>Github Repo</a></p>"
87
 
88
  voc_classes = ("aeroplane", "bicycle", "bird", "boat", "bottle",
89
  "bus", "car", "cat", "chair", "cow", "diningtable",
 
83
  # Define style
84
  title = "Learning to Recognize Occluded and Small Objects with Partial Inputs"
85
  description = codecs.open("description.html", "r", "utf-8").read()
86
+ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2310.18517' target='_blank'>Learning to Recognize Occluded and Small Objects with Partial Inputs</a> | <a href='https://github.com/hasibzunair/msl-recognition' target='_blank'>Github Repo</a></p>"
87
 
88
  voc_classes = ("aeroplane", "bicycle", "bird", "boat", "bottle",
89
  "bus", "car", "cat", "chair", "cow", "diningtable",
description.html CHANGED
@@ -6,7 +6,7 @@
6
  </head>
7
  <body>
8
  Try this demo for <a href="https://github.com/hasibzunair/msl-recognition">MSL</a>,
9
- introduced in our <strong>WACV 2024</strong> paper <a href="ADD_PAPER_LINK">Learning to Recognize Occluded and Small Objects with Partial Inputs</a>.
10
  </br>
11
  MSL aims to explicitly focus on context from neighbouring regions around objects. Further,
12
  this also enables to learn a distribution of association across classes. Ideally to handle
 
6
  </head>
7
  <body>
8
  Try this demo for <a href="https://github.com/hasibzunair/msl-recognition">MSL</a>,
9
+ introduced in our <strong>WACV 2024</strong> paper <a href="https://arxiv.org/abs/2310.18517">Learning to Recognize Occluded and Small Objects with Partial Inputs</a>.
10
  </br>
11
  MSL aims to explicitly focus on context from neighbouring regions around objects. Further,
12
  this also enables to learn a distribution of association across classes. Ideally to handle