hkk
hkk
Dear Zheng: 您好! 我在运行test_IMDN.py时,遇到两个问题: 1)我可以运行成功您提供的Set5文件夹下.bmp数据集,然而我自己再测试Set14时,无论是.bmp还是.png格式下的数据集,都会运行出错。 【TypeError: ‘NoneType’ object is not subscriptable】 自己调试程序,好像是并没有读取相应的图片,麻烦您能解答一下是为什么吗?非常感谢 2)我按照您checkpoint文件夹下的.pth文件(X2\X3\X4)去测试test_IMDN.py ,然而得出的PSNR和SSIM都低于您论文里的值,我也用生成的SR图片和原有的HR图片在matlab里面计算PSNR和SSIM,也都低于您论文里的值,并且我也从头到尾跑过了train_IMDN.py,也生成了相应的.pth文件。 非常接待您的回复和解惑,谢谢!
hello, Zheng. I want to ask you why the last row of the code in function CCA is "return x * y " ,isn't "x + y "?
Set the '-- c' parameter to the path of 'resnet101_v1c. pth' and attempt to run train.py, but encounter the following error: ruamel. yaml. reader. ReaderError: unacceptable character # x0080: invalid...
Hi, thank for your share. I meet the bug when I run the code: "python3 -m flowmap.overfit dataset=images dataset.images.root="/xxx/flowmap/mipnerf360_garden"" Do you have any method to solve it?  
Set the '-- c' parameter to the path of 'resnet101_v1c. pth' and attempt to run train.py, but encounter the following error: ruamel. yaml. reader. ReaderError: unacceptable character # x0080: invalid...
A error occurs when “ python slam.py --config configs/mono/tum/fr3_office.yaml” 
占用显存问题
您好,我在复现mvsformer中TwinMVSNet模型时,用4张4090运行,在config_mvsformer.json文件中,将batchsize设置为4,也就是每张gpu分得的batch为1。即使这样,每张gpu显存占用也达到了23G【一共24G】。 请问,我如果在mvsformer工作基础上进行改进的话,就会因为显存不足而无法进行训练。请问有什么好的解决办法吗?
How to compute the ATE in the paper? I didnot find the code to compute the pose error ATE. Besides, I find the pose accuracy will decline when the training...
I download and test the performance of scannet_0000. The result is as follow:  Is something wrong about scannet_0000? Looking forward your reply.
Hi, I tried to output demo_colmap.py and use it directly for 3DGS, it worked. But I am curious that: 1. The output "images.bin" of demo_colmap.py still keep the alignment of...