CUITCHENSIYU
CUITCHENSIYU
file "models.SNConv2d.py" TypeError: __init__() missing 1 required positional argument: 'padding_mode'
您好,我想在自己的数据上训练模型。并且在网站https://data.vision.ee.ethz.ch/cvl/rrothe/imdb-wiki/中没有找到相关的代码,请问您是在哪里看到的呢,能不能提供一个具体的地址。万分感谢!
请问在标签文件中的cx, cy是指中心点坐标还是左上角坐标,角度在制作的过程中做了什么归一化操作吗
Hello, suppose I obtained a sparse depth image by projecting 3D laser onto an image. I'm wondering if it's possible to use your method to convert the sparse depth image...
第一个问题: 在meta.py文件中  第82行,相当于每次更新一次Meta的参数后,下一次任务的开始,Meta的参数又会被重新初始化,那么我们在for循环结束后更新Meta参数的意义是什么呢? 第二个问题: 在Meta.py文件中 我们发现有两个“with torch.no_grad():”,那这里面的两个操作的意义是什么呢,感觉并不参与训练,更像是在记录日志
Hello, may I know the reason behind this error? python3 demo.py --weights checkpoints/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth Traceback (most recent call last): File "/home/csy/anaconda3/envs/mmlab/lib/python3.8/site-packages/gradio/queueing.py", line 495, in call_prediction output = await route_utils.call_process_api( File "/home/csy/anaconda3/envs/mmlab/lib/python3.8/site-packages/gradio/route_utils.py",...
Thank you for your work, it looks very interesting. I hope I can replicate this work, would it be possible to open source the related training code?