tedlasai commited on
Commit
15a4a67
·
1 Parent(s): f66d311

add arxiv links

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -70,6 +70,8 @@ with gr.Blocks() as demo:
70
  This demo accompanies the paper **“Learning to Refocus with Video Diffusion Models”** by Tedla *et al.*, SIGGRAPH Asia 2025.
71
  - 🌐 **Project page:** <https://learn2refocus.github.io/>
72
  - 💻 **Code:** <https://github.com/tedlasai/learn2refocus/>
 
 
73
 
74
  Upload an image and **specify the input focal position** (these values correspond to iPhone API positions, but approximately linear in diopters (inverse meters): 0 - 5cm, 8 - Infinity).
75
  Then, click "Generate stack" to generate a focal stack. """
 
70
  This demo accompanies the paper **“Learning to Refocus with Video Diffusion Models”** by Tedla *et al.*, SIGGRAPH Asia 2025.
71
  - 🌐 **Project page:** <https://learn2refocus.github.io/>
72
  - 💻 **Code:** <https://github.com/tedlasai/learn2refocus/>
73
+ - 📄 **Paper:** SIGGRAPH Asia 2025 <https://arxiv.org/abs/2512.19823>
74
+
75
 
76
  Upload an image and **specify the input focal position** (these values correspond to iPhone API positions, but approximately linear in diopters (inverse meters): 0 - 5cm, 8 - Infinity).
77
  Then, click "Generate stack" to generate a focal stack. """