Spaces:
Running on Zero
Running on Zero
Jian Shi commited on
Commit ·
ed05f75
1
Parent(s): e0f8f78
Header links: code, weights, dataset, project page
Browse files
README.md
CHANGED
|
@@ -19,7 +19,9 @@ negative disparity. Image models are fine-tuned on translated SceneFlow only;
|
|
| 19 |
video models on translated SceneFlow + Dynamic Replica, matching the data of
|
| 20 |
their released baselines. The ZDPShift benchmark itself is never trained on.
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
Rendered examples come from Blender Studio open movies (CC-BY) at the largest
|
| 24 |
ZDP shift, where most of the scene sits behind the screen plane. The film
|
| 25 |
examples (Jurassic World, Avatar, Galapagos, Kung Fu Panda) are delivered
|
|
|
|
| 19 |
video models on translated SceneFlow + Dynamic Replica, matching the data of
|
| 20 |
their released baselines. The ZDPShift benchmark itself is never trained on.
|
| 21 |
|
| 22 |
+
Code: [github.com/shijianjian/ZDPShift](https://github.com/shijianjian/ZDPShift) ·
|
| 23 |
+
Weights: [shijianjian/ZDPShift](https://huggingface.co/shijianjian/ZDPShift) ·
|
| 24 |
+
Project page: [shijianjian.github.io/ZDPShift](https://shijianjian.github.io/ZDPShift/).
|
| 25 |
Rendered examples come from Blender Studio open movies (CC-BY) at the largest
|
| 26 |
ZDP shift, where most of the scene sits behind the screen plane. The film
|
| 27 |
examples (Jurassic World, Avatar, Galapagos, Kung Fu Panda) are delivered
|
app.py
CHANGED
|
@@ -64,6 +64,10 @@ def build_examples():
|
|
| 64 |
with gr.Blocks(title="Unmuzzling Stereo") as demo:
|
| 65 |
gr.Markdown(
|
| 66 |
"# Unmuzzling Stereo — signed disparity for content behind the screen\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
"Released stereo matchers cannot report negative disparity. The corrected "
|
| 68 |
"models — fine-tuned on horizontally translated SceneFlow only — recover "
|
| 69 |
"it with no architectural change. Red = in front of the screen plane, "
|
|
|
|
| 64 |
with gr.Blocks(title="Unmuzzling Stereo") as demo:
|
| 65 |
gr.Markdown(
|
| 66 |
"# Unmuzzling Stereo — signed disparity for content behind the screen\n"
|
| 67 |
+
"[Code](https://github.com/shijianjian/ZDPShift) · "
|
| 68 |
+
"[Weights](https://huggingface.co/shijianjian/ZDPShift) · "
|
| 69 |
+
"[Dataset](https://huggingface.co/datasets/shijianjian/ZDPShift) · "
|
| 70 |
+
"[Project page](https://shijianjian.github.io/ZDPShift/)\n\n"
|
| 71 |
"Released stereo matchers cannot report negative disparity. The corrected "
|
| 72 |
"models — fine-tuned on horizontally translated SceneFlow only — recover "
|
| 73 |
"it with no architectural change. Red = in front of the screen plane, "
|