Spaces:
Runtime error
Runtime error
update
Browse files- index.html +10 -16
index.html
CHANGED
|
@@ -13,14 +13,19 @@
|
|
| 13 |
<div class="container">
|
| 14 |
<header>
|
| 15 |
<h1>V-JEPA 2: Streaming Video Classification</h1>
|
| 16 |
-
<
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
</header>
|
| 19 |
-
|
| 20 |
<section class="description">
|
| 21 |
-
<
|
| 22 |
<p>This demo showcases a specialized version of V-JEPA 2, fine-tuned for real-time video action recognition!
|
| 23 |
-
Model optimized specifically for classifying 174 different actions from the Something-Something-V2
|
|
|
|
| 24 |
Watch as it instantly understands what's happening in the video! β‘
|
| 25 |
</p>
|
| 26 |
</section>
|
|
@@ -53,17 +58,6 @@ cd vjepa2-streaming-video-classification</code></pre>
|
|
| 53 |
<footer>
|
| 54 |
<p>Built with β€οΈ using <a href="https://huggingface.co/transformers" target="_blank">Hugging Face
|
| 55 |
Transformers</a></p>
|
| 56 |
-
<div class="footer-links">
|
| 57 |
-
<h4>Learn More About V-JEPA 2</h4>
|
| 58 |
-
<ul>
|
| 59 |
-
<li><a href="https://ai.meta.com/vjepa/" target="_blank">π Official Meta AI Page</a></li>
|
| 60 |
-
<li><a href="https://github.com/facebookresearch/vjepa2" target="_blank">π GitHub Repository</a>
|
| 61 |
-
</li>
|
| 62 |
-
<li><a href="https://huggingface.co/papers/2506.09985" target="_blank">π Research Paper</a></li>
|
| 63 |
-
<li><a href="https://huggingface.co/spaces/qubvel-hf/vjepa2-streaming-video-classification"
|
| 64 |
-
target="_blank">π Original Demo Space</a></li>
|
| 65 |
-
</ul>
|
| 66 |
-
</div>
|
| 67 |
</footer>
|
| 68 |
</div>
|
| 69 |
</body>
|
|
|
|
| 13 |
<div class="container">
|
| 14 |
<header>
|
| 15 |
<h1>V-JEPA 2: Streaming Video Classification</h1>
|
| 16 |
+
<nav class="links">
|
| 17 |
+
<a href="https://huggingface.co/collections/facebook/v-jepa-2-6841bad8413014e185b497a6" target="_blank">π₯
|
| 18 |
+
Collection</a>
|
| 19 |
+
<a href="https://github.com/facebookresearch/vjepa2" target="_blank">π GitHub</a>
|
| 20 |
+
<a href="https://huggingface.co/papers/2506.09985" target="_blank">π Paper</a>
|
| 21 |
+
</nav>
|
| 22 |
</header>
|
| 23 |
+
|
| 24 |
<section class="description">
|
| 25 |
+
<h4>π₯ Video Classification</h4>
|
| 26 |
<p>This demo showcases a specialized version of V-JEPA 2, fine-tuned for real-time video action recognition!
|
| 27 |
+
Model optimized specifically for classifying 174 different actions from the Something-Something-V2
|
| 28 |
+
dataset.
|
| 29 |
Watch as it instantly understands what's happening in the video! β‘
|
| 30 |
</p>
|
| 31 |
</section>
|
|
|
|
| 58 |
<footer>
|
| 59 |
<p>Built with β€οΈ using <a href="https://huggingface.co/transformers" target="_blank">Hugging Face
|
| 60 |
Transformers</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
</footer>
|
| 62 |
</div>
|
| 63 |
</body>
|