Spaces:
Running
on
L4
Running
on
L4
Commit
Β·
27aef25
1
Parent(s):
0378cfc
Update links on demo page
Browse files- evaluate_demo.py +3 -2
- neus_v/calibration/vlm.py +1 -1
evaluate_demo.py
CHANGED
@@ -120,12 +120,13 @@ with gr.Blocks(title="NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models"
|
|
120 |
"""
|
121 |
<div style="text-align: center; margin-bottom: 20px;">
|
122 |
<h1>NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models using Formal Verification π€</h1>
|
|
|
123 |
</div>
|
124 |
<div style="text-align: center; margin-bottom: 20px;">
|
125 |
<p>
|
126 |
-
<a href="https://arxiv.org/abs/
|
127 |
<a href="https://github.com/UTAustin-SwarmLab/NeuS-V">π» GitHub</a> |
|
128 |
-
<a href="https://
|
129 |
</p>
|
130 |
</div>
|
131 |
<div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
|
|
|
120 |
"""
|
121 |
<div style="text-align: center; margin-bottom: 20px;">
|
122 |
<h1>NeuS-V: Neuro-Symbolic Evaluation of Text-to-Video Models using Formal Verification π€</h1>
|
123 |
+
<h2>Published at CVPR 2025</h2>
|
124 |
</div>
|
125 |
<div style="text-align: center; margin-bottom: 20px;">
|
126 |
<p>
|
127 |
+
<a href="https://arxiv.org/abs/2411.16718">π Paper</a> |
|
128 |
<a href="https://github.com/UTAustin-SwarmLab/NeuS-V">π» GitHub</a> |
|
129 |
+
<a href="https://utaustin-swarmlab.github.io/NeuS-V">π Project Page</a>
|
130 |
</p>
|
131 |
</div>
|
132 |
<div style="text-align: center; font-size: 15px; font-weight: bold; color: red; margin-bottom: 20px;">
|
neus_v/calibration/vlm.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
import matplotlib.pyplot as plt
|
2 |
import numpy as np
|
3 |
|
4 |
|
|
|
1 |
+
# import matplotlib.pyplot as plt
|
2 |
import numpy as np
|
3 |
|
4 |
|