Jingkang commited on
Commit
7d40567
β€’
1 Parent(s): 00d78be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -29,20 +29,19 @@ from mmcv import Config
29
  import openpsg
30
 
31
 
32
- DESCRIPTION = '''# OpenPSG
33
 
34
- This is an official demo for [OpenPSG](https://github.com/Jingkang50/OpenPSG).
35
 
36
- News: The PSG Challenge is NOW available on International Algorithm Case Competition and soon ECCV'22 SenseHuman Workshop! Prize pool πŸ€‘ US$150K πŸ€‘!
37
 
38
- Check out our [GitHub repo](https://github.com/Jingkang50/OpenPSG) and [official website](http://psgdataset.org/) for more details.
39
 
40
  <div class="row">
41
  <div class="column">
42
- <img id="logo" src="https://camo.githubusercontent.com/880346b66831a8212074787ba9a2301b4d700bd8f765ca11e4845ac0ab34c230/68747470733a2f2f6c6976652e737461746963666c69636b722e636f6d2f36353533352f35323139333837393637375f373531613465306237395f6b2e6a7067" alt="logo" style="width:100%">
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:100%">
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