Jingkang commited on
Commit
470f311
β€’
1 Parent(s): 223dd2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -40,8 +40,9 @@ DESCRIPTION = '''# ECCV'22 | Panoptic Scene Graph Generation
40
 
41
  🎯 🎯 🎯 The PSG Development Team is currently focusing on **(1) πŸ§™β€β™‚οΈ Next-Generation PSG Models**, **(2) πŸ•΅οΈβ€β™€οΈ Relation-Aware Visual Reasoning from PSG Models**, and **(3) 🎨 Relation-Aware Image Generation from Scene Graph and Caption**. If you are also interested in the related researches, please reach out and contact us!
42
 
43
- Inference takes 10-30 seconds per image. The model is PSGTR (60 epochs). You can upload your own pictures to play, or select the examples below.
44
- The demo will output a GIF to show the first 10 "subject-verb-object" relations, and a gallery attached below.
 
45
 
46
  '''
47
  FOOTER = '<img id="visitor-badge" src="https://visitor-badge.glitch.me/badge?page_id=c-liangyu.openpsg" alt="visitor badge" />'
40
 
41
  🎯 🎯 🎯 The PSG Development Team is currently focusing on **(1) πŸ§™β€β™‚οΈ Next-Generation PSG Models**, **(2) πŸ•΅οΈβ€β™€οΈ Relation-Aware Visual Reasoning from PSG Models**, and **(3) 🎨 Relation-Aware Image Generation from Scene Graph and Caption**. If you are also interested in the related researches, please reach out and contact us!
42
 
43
+ Inference takes 10-30 seconds per image. The model is PSGTR (60 epochs). You can upload your own pictures or select the examples below to play.
44
+ The demo will output a GIF to show the first 10 "subject-verb-object" relations, with the subject and object being grounded by segmentation masks.
45
+ A gallery is attached below for reference.
46
 
47
  '''
48
  FOOTER = '<img id="visitor-badge" src="https://visitor-badge.glitch.me/badge?page_id=c-liangyu.openpsg" alt="visitor badge" />'