Shane Wang
Shane Wang
Hi, firstly, you need to check if you import the torch module correctly or not. Then, "torch.meshgrid" is different in between 0.4.1 and 1.0.0. ``` In torch 0.4.1 grid_x, grid_y...
Does anyone know what the baseline is now?
I have tested the checkpoint and it has the same checkpoint as you shows. However, when I train the model from scratch,all my trained results are worse than yours. At...
At fact, I test various parameters combinations, such as lr 0.1 to 0.2, weght_decay 0.0001 to 0.0005, with or without using apex api.
Hi, in Sec 3.2, do you know how to set the shift ζ? And what 's the effect of the shift ζ?
> Since many issues are presented about SID, here, I offer my realization. > The alpha and beta are determined from the ground truth, where you should compute the max...
> @dontLoveBugs sorry, I just see your question, Since I did not get the answer from the author, here I offer some of my individual ideas. I use the pre-computed...
你指的实际距离指的是什么?训练的时候用的如果是实际距离 网络输出的时候也是实际距离。
Maybe your dataset is too small. If you want to train your model on a new indoor scene dataset, I think to finetune the pretrained model of NYU dataset in...