-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,请问一下,我在参考LoFTR训练megadepth中, 该如何设置从LoFTR云盘train-data文件中的cfg_1513_-1_0.2_0.8_0.15_reduced_v2文件的路径 #22
Comments
Can you provide more details of your problems? |
十分感谢唐博的回复,下面是我在训练时遇到的错误,我的环境cuda==10.2,pytorch==1.8.1, pytorch-lightning==1.3.5, python==3.8, torchmetrics==0.6.0, torchvision==0.2.1 ,debug似乎时数据集加载时部分图片加载不到,个人感觉也不太像路径设置错误,可以请您帮我看一下数据集是否放置正确,是否有所缺失,或者能够给予任何意见都将对我产生极大的帮助,感谢! /home/roane/anaconda3/envs/loftr/bin/python /media/MegaDepth/LoFTR/train.py configs/data/megadepth_trainval_640.py configs/loftr/outdoor/loftr_ds_dense.py --exp_name=outdoor-ds-640-bs=1 --gpus=1 --num_nodes=1 --accelerator=ddp --batch_size=1 --num_workers=16 --pin_memory=true --check_val_every_n_epoch=1 --log_every_n_steps=1 --flush_logs_every_n_steps=1 --limit_val_batches=1. --num_sanity_val_steps=10 --benchmark=True
0 | matcher | LoFTR | 11.6 M
|
你检查下代码里的路径是不是有那张图。 |
|
我很久没用这个数据集了, 你去loftr github下面问问吧 |
嗯嗯,感谢 |
你好,想请问一下您的问题解决了吗?我遇到了一样的问题,但不知道该怎么解决,非常感谢 |
数据集的问题,要自己去MegaDepth官网上下载数据集 |
您好,我将loftr的backbone部分进行的修改,对之后的粗匹配细匹配过程进行了微调。 可以请你根据您的经验判断一下。 以下是完整的报错信息: 2023-07-07 22:33:26.279 | INFO | src.lightning.data:val_dataloader:302 - [rank:0/1]: Val Sampler and DataLoader re-init. |
pytorch lightning参数里面设置find_unused_parameters=True |
谢谢,成功解决了 |
您好,请问您数据集的问题解决了吗?我现在对如何下载并设置数据集还很疑惑! |
您好,问一下你下载的是那个199GB的MegaDepth v1 数据集吗 |
我是下载的这个199G的数据集,但是它的目录结构是 |
请问cfg_1513_-1_0.2_0.8_0.15_reduced_v2文件放在那个路径下,十分感谢!
The text was updated successfully, but these errors were encountered: