KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
understand_vggt
★ 27
Open GitHub ↗
logit lens for VGGT
Download README (.md)
Explore Similar Repositories
Mysa_HA
:
High-performance Home Assistant integration for Mysa Thermostats with real-time MQTT control and instant UI feedback.
booster_assets
:
Booster robot descriptions and example motion data
ziniao_webdriver_demo
:
包含基于紫鸟浏览器的电商平台WebDriver自动化示例
nestjs-hexigonal
:
No description available.
TheraMind
:
TheraMind : A Strategic and Adaptive Agent for Longitudinal Psychological Counseling (WWW 2026)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
understand_vggt
?
Download (.md)
# Visualize VGGT Inference Process via DPT Logit Lens This web demo explores how [VGGT](https://github.com/facebookresearch/vggt)'s geometry emerges across layers using a "logit lens"-like style ablation. Inspired by the paper [Understanding Multi-View Transformers (Stary and Gaubil et al., 2025)](https://arxiv.org/abs/2510.24907). This - visualize point clouds and camera poses encoded in the intermediate hidden layers (by applying DPT head with swapping its inputs with earlier layers and applyng camera head) - canonicalizes poses, aligns scales, and subsamples colored point clouds - visualizes each result in Gradio, and combined (interpolated) motions via Viser. The point clouds and camera poses are refined step by step. <img width="884" height="134" src="https://github.com/user-attachments/assets/89d21da1-b101-44cf-84cd-2362809d221a" />   Setup ```bash pip install -r requirements.txt pip install git+https://github.com/facebookresearch/vggt.git ``` Run and open the page by web browsers. ```bash python run_g2.py ``` ---- <img width="629" height="875" src="https://github.com/user-attachments/assets/f0116c01-9acc-4c47-ac83-4c3d0f5f825c" /> <img width="545" height="382" alt="スクリーンショット 2025-12-02 10 38 32" src="https://github.com/user-attachments/assets/381ce718-5406-485f-b526-6cf21e44f4b0" /> ---- Other Examples https://github.com/user-attachments/assets/c4676d2e-fcb3-4532-ad24-e5d51d7c86a6 https://github.com/user-attachments/assets/224b1581-abea-4938-a158-c0200cb85eb7