jin-liu
jin-liu
> Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin I guess the input image size(height and width) must be...
> > > Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin > > > > > > I guess...
> > > > > Hey, I get almost the same result with you. I don't know why. Have you already fix it? @Jan-jin > > > > > >...
> 请问可以提供一下评价WHU数据集的评价指标的代码吗? 非常感谢 评价指标代码您可以在rednet的源代码model.py文件里找到
> 请问可以提供一下viewpair.txt文件吗?当我运行viewselection.py时出现了错误 运行viewselection.py对应的是predict过程,您可以选择一部分5376*5376大小的原始影像,然后按照predict说明整理文件格式,然后再调用view selection脚本。因为train/test数据集是经过裁剪处理后的影像,主要是用来训练模型,无法直接用于predict过程,所以如果您给的是test数据的路径就会报错
> Can you please share the links for pretrained models of your experiments in the paper? The pretrained model has been uploaded. You can get it from 'https://github.com/gpcv-liujin/REDNet/blob/master/MODEL_FOLDER/MODEL_FOLDER.zip'
> Thanks. I didn't notice that earlier. > > I want to ask one more question, in your paper you showed the colmap results. Did you use ground truth extrinsic/instrinsic...
> ## Could you please point out why I get the error when I run python .Predict.py: > InvalidArgumentError (see above for traceback): ConcatOp : Dimensions of inputs should match:...
> > > Hi! I downloaded the data using the link mentioned in the readme (13G almost) and tried running the code. I could not reproduce the numbers. Rather my...
> 请问生成OSGB模型之后, 照片的采集过程是用什么实现的呢? 将osgb模型离散插值成0.06m分辨率的场景密集点云,然后将点云按照远近关系投影到预先假设的相平面上