HanMengTao

Results 3 issues of HanMengTao

sorry to bother,can i know more about the downloaded file ‘oxford_resner.m’,i open it with matlab,but,i see two class,'glob'and 'reg',each of them are constituted by Q and X,can you describe the...

Hello, I'd like to use the network vgg16_deep_model,but i found in model.py ,the line 26,and 28,deep=images[:,:,:,3:4],but,images.shape=224*224*3, i check the preprocess.py,the image.shape still is 224*224*3,so ,if you use the depth cue,both...

1. in your paper, `L_total = L_reg + λL_inlier` you use `λ=0.5^(N_i-i)` but in the function >`src/train.py>compute_losses`:You seem to put λ out of the formula and make it into `L_total...