DPT icon indicating copy to clipboard operation
DPT copied to clipboard

Dense Prediction Transformers

Results 36 DPT issues
Sort by recently updated
recently updated
newest added

Hey. I wanted to finetune the DPT-Large model on my smaller dataset. Is the code for finetuning available or will it be released with the training code?

Nvidia's TensorRT is a handy tool improve inference time. However on converting DPT to TensorRT, the inference actually went up by almost 750%. The onnx itself took a lot of...

Hello, are there any plans to provide the pre-trained models in .onnx format ? Thank you!

I'm extremely sorry to ask you so many questions. However, when testing the monodepth network with DPT-large, I found the inference is not fast (in the for loop, each image's...

sill have issue with depth as sill flick in the background of images and a lot of background nose

Hi! I look through some discussions in the MiDaS repo's issue and summarize the steps to obtain absolute depth from the estimated dense inverse depth. Am I right? Step 0:...

@ranftlr I try to script "dpt_hybrid-midas-d889a10e.pt" by calling torch.jit.script(model). But I had trouble trying to convert it . Could you help me?Thank you. Traceback (most recent call last): File "E:/xidian/depth/DPT-main/dpt/convert.py",...

easy to use web demo on huggingface spaces using Gradio

"We employ a cross-entropy loss and add an auxiliary output head together with an auxiliary loss to the output of the penultimate fusion layer." According to your paper,the resolution of...

I tested segmentation on Titan RTX and it outputs black mask with some white noises. It seems that "optimize" option caused that problem. The problem is solved by deleting 2...