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
54
Inference API
Inference API (serverless) does not yet support model repos that contain custom code.