Skip to content

Commit 06e507d

Browse files
committed
add video
1 parent b627eca commit 06e507d

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ static/videos/success_banner_v3.mp4
1616
static/videos/success_banner.mp4
1717
NEWS.md
1818

19-
__pycache__/
20-
*.pyc
21-
*.egg-info/
22-
logs/
23-
outputs/
24-
static/pdfs/
19+
__pycache__/
20+
*.pyc
21+
*.egg-info/
22+
logs/
23+
outputs/
24+
static/pdfs/
2525
docs/
2626
wandb/
27-
*.wandb
27+
*.wandb
28+
.news/

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141

4242
**TVVE** learns task-aware virtual viewpoints for robotic manipulation. The method combines a **Multi-Viewpoint Exploration Policy (MVEP)** with a **Task-aware Mixture-of-Experts** visual encoder (**TaskMoE**), improving 3D perception, feature discrimination, and cross-domain generalization on **RLBench**, **RLBench-OG**, and **real-world robot setups**.
4343

44+
<video src="https://raw.githubusercontent.com/HCPLab-SYSU/TAVP/main/static/videos/success_banner_v4.mp4"
45+
autoplay loop muted playsinline width="600">
46+
</video>
47+
4448
## <img src="https://raw.githubusercontent.com/microsoft/fluentui-emoji/main/assets/Clipboard/3D/clipboard_3d.png" width="28" alt="Clipboard" /> Table of Contents
4549

4650
- [Highlights](#highlights)

0 commit comments

Comments
 (0)