IneedhelpRr
IneedhelpRr
train
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...
depth
我想知道这个模型输出的深度是采用反向计算的方式吗?为什么根据这个代码运行的结果是近处深度值较大,而远处却小 
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...