Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 3D Video Resources
|
2 |
+
|
3 |
+
This section provides information and resources related to **3D videos**, including **Anaglyph 3D** and **Side-by-Side (STS) 3D** formats. Below is a guide to help you understand and explore these 3D video outputs.
|
4 |
+
|
5 |
+
---
|
6 |
+
|
7 |
+
## 1. **Viewing Anaglyph 3D Videos**
|
8 |
+
To view Anaglyph 3D videos, you will need **3D glasses** like the one shown below:
|
9 |
+
|
10 |
+
![3D Glasses](https://github.com/user-attachments/assets/cf139934-4eda-425f-bad8-4321e42eb61d)
|
11 |
+
|
12 |
+
---
|
13 |
+
|
14 |
+
## 2. **Source Video**
|
15 |
+
The source video used for processing is from **Genshin Impact - RealWorld Teyvat Reality**. You can watch the original video here:
|
16 |
+
|
17 |
+
<video width="640" height="360" controls>
|
18 |
+
<source src="https://github.com/user-attachments/assets/8f27d971-45cb-48be-8fa3-d6e9e26e6327" type="video/mp4">
|
19 |
+
Your browser does not support the video tag.
|
20 |
+
</video>
|
21 |
+
|
22 |
+
---
|
23 |
+
|
24 |
+
## 3. **Processed Outputs**
|
25 |
+
The tool generates two types of 3D video outputs:
|
26 |
+
|
27 |
+
### **Anaglyph 3D Video**
|
28 |
+
The Anaglyph 3D video output is available on Hugging Face. Watch the video below:
|
29 |
+
|
30 |
+
<video width="640" height="360" controls>
|
31 |
+
<source src="https://github.com/user-attachments/assets/7f7977ab-eaa7-4c12-a0b5-b0dda037922a" type="video/mp4">
|
32 |
+
Your browser does not support the video tag.
|
33 |
+
</video>
|
34 |
+
|
35 |
+
[View on Hugging Face](https://huggingface.co/datasets/svjack/Genshin-Impact-RealWorld-Teyvat-Reality-3D-Anaglyph-Video)
|
36 |
+
|
37 |
+
### **Side-by-Side (STS) 3D Video**
|
38 |
+
The Side-by-Side (STS) 3D video output is also available on Hugging Face. Watch the video below:
|
39 |
+
|
40 |
+
<video width="640" height="360" controls>
|
41 |
+
<source src="https://github.com/user-attachments/assets/5c21d258-5cf6-4d19-88f8-afaf2616da3e" type="video/mp4">
|
42 |
+
Your browser does not support the video tag.
|
43 |
+
</video>
|
44 |
+
|
45 |
+
[View on Hugging Face](https://huggingface.co/datasets/svjack/Genshin-Impact-RealWorld-Teyvat-Reality-3D-STS-Video)
|
46 |
+
|
47 |
+
---
|