IneedhelpRr

Results 5 issues of IneedhelpRr

How to train your own model

import argparse import cv2 import numpy as np import os import torch import torch.nn.functional as F from torchvision.transforms import Compose from tqdm import tqdm from depth_anything.dpt import DepthAnything from depth_anything.util.transform...

我想知道这个模型输出的深度是采用反向计算的方式吗?为什么根据这个代码运行的结果是近处深度值较大,而远处却小 ![colorbar_5](https://github.com/LiheYoung/Depth-Anything/assets/171676399/e0ae4ce0-0a64-44f2-b382-8e18a2be0fa9)

I trained with a small set of datasets, and I got a lot of pkl files, and then I put the pkl files into the pretrained demo, and I got...