Model Card for DKT

This repository contains the weights of Diffusion Knows Transparency: Repurposing Video Diffusion for Transparent Object Depth and Normal Estimation

Usage

See the Github repository: DKT regarding installation instructions.

The model can then be used as follows:

from dkt.pipelines.pipelines import DKTPipeline
import os
from tools.common_utils import save_video

pipe = DKTPipeline()
demo_path = 'examples/1.mp4'
prediction = pipe(demo_path)
save_dir = 'logs'
os.makedirs(save_dir, exist_ok=True)
output_path = os.path.join(save_dir, 'demo.mp4')
save_video(prediction['colored_depth_map'], output_path, fps=25)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using Daniellesry/DKT-Depth-1-3B 3

Collection including Daniellesry/DKT-Depth-1-3B