Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -29,20 +29,19 @@ from mmcv import Config
|
|
29 |
import openpsg
|
30 |
|
31 |
|
32 |
-
DESCRIPTION = '''#
|
33 |
|
34 |
-
This is an official demo for [OpenPSG](https://github.com/Jingkang50/OpenPSG).
|
35 |
|
36 |
-
|
37 |
|
38 |
-
|
39 |
|
40 |
<div class="row">
|
41 |
<div class="column">
|
42 |
-
<img id="logo" src="https://camo.githubusercontent.com/880346b66831a8212074787ba9a2301b4d700bd8f765ca11e4845ac0ab34c230/68747470733a2f2f6c6976652e737461746963666c69636b722e636f6d2f36353533352f35323139333837393637375f373531613465306237395f6b2e6a7067" alt="logo" style="width:
|
43 |
</div>
|
44 |
<div class="column">
|
45 |
-
<img id="visualzation" src="https://github.com/Jingkang50/OpenPSG/blob/main/assets/psgtr_long.gif?raw=true" alt="visualzation" style="width:
|
46 |
</div>
|
47 |
</div>
|
48 |
|
|
|
29 |
import openpsg
|
30 |
|
31 |
|
32 |
+
DESCRIPTION = '''# ECCV'22 | Panoptic Scene Graph Generation
|
33 |
|
|
|
34 |
|
35 |
+
π π π This is an official demo for our ECCV'22 paper: [Panoptic Scene Graph Generation](https://psgdataset.org/). Please star our [codebase](https://github.com/Jingkang50/OpenPSG) if you find it useful / interesting.
|
36 |
|
37 |
+
**News:** The PSG Challenge is now available on [International Algorithm Case Competition](https://iacc.pazhoulab-huangpu.com/) and [ECCV'22 SenseHuman Workshop](https://sense-human.github.io/)! π’π’π’ Prize pool π€ US$150K π€! Check out the news section in our [GitHub repo](https://github.com/Jingkang50/OpenPSG) for more details.
|
38 |
|
39 |
<div class="row">
|
40 |
<div class="column">
|
41 |
+
<img id="logo" src="https://camo.githubusercontent.com/880346b66831a8212074787ba9a2301b4d700bd8f765ca11e4845ac0ab34c230/68747470733a2f2f6c6976652e737461746963666c69636b722e636f6d2f36353533352f35323139333837393637375f373531613465306237395f6b2e6a7067" alt="logo" style="width:60%">
|
42 |
</div>
|
43 |
<div class="column">
|
44 |
+
<img id="visualzation" src="https://github.com/Jingkang50/OpenPSG/blob/main/assets/psgtr_long.gif?raw=true" alt="visualzation" style="width:60%">
|
45 |
</div>
|
46 |
</div>
|
47 |
|