Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils里面的dataset里面报错这个.client这个代码库没有啊 #315

Open
CruGarnet opened this issue Jul 17, 2024 · 0 comments
Open

Comments

@CruGarnet
Copy link

utils里面的dataset里面报错这个.client这个代码库没有啊
cf5ce934a5d5fbdfe3ffc9c7e1a3911

import io
from loguru import logger

import cv2
import numpy as np
import h5py
import torch
from numpy.linalg import inv

try:
# for internel use only
from .client import MEGADEPTH_CLIENT, SCANNET_CLIENT
except Exception:
MEGADEPTH_CLIENT = SCANNET_CLIENT = None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant