AsherChi

Results 7 issues of AsherChi

I am confused about I did get the same depth estimation pictures as yours,but I dont know how can i use it.it can get the truth distance between object and...

Hi, thanks for your work, which is definitly amazing. I want know whether the model can apply to another scene without fine-tune?

Data that are exported are the rotation matrix and the world camera position => ```C```. See here for the relationship between ```t``` and ```C```. Two image will be ok for...

I have two point cloud, but there is no GT transformation. I want use your model to get the transformation matrix between the two points cloud. but I found the...

in training file, megadepth_warper file, the following is code: `@torch.no_grad() def warp_kpts(kpts0, depth0, depth1, T_0to1, K0, K1): kpts0_long = kpts0.round().long().clip(0, 2000-1) depth0[:, 0, :] = 0 ; depth1[:, 0, :]...

install in wsl's ubuntu18.04 cant't install opencv-contrib-python the following is errors: ERROR: Could not find a version that satisfies the requirement opencv-contrib-python (from versions: none) ERROR: No matching distribution found...