Edit model card

Doduo: Dense Visual Correspondence from Unsupervised Semantic-Aware Flow

Zhenyu Jiang, Hanwen Jiang, Yuke Zhu

University of Texas at Austin

Usage

from transformers import AutoModel
model = AutoModel.from_pretrained("stevetod/doduo", trust_remote_code=True)
flow = model(frame_src, frame_dst)
Downloads last month
89
Inference Examples
Inference API (serverless) is not available, repository is disabled.