You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run with "bash scripts/run_train_infer.sh" ,This error will occur when using 60 frames of images, but it will not occur when using 25 frames of images
The text was updated successfully, but these errors were encountered:
Hi, the OOM problem is caused by the memory limitations of DUSt3R: naver/dust3r#1, which should be solved by InstantSplat_MASt3R.
You can modify these parameters to reduce GPU memory usage and accelerate model training, but the model performance will be slightly degraded: https://github.com/NVlabs/InstantSplat/blob/main/coarse_init_infer.py#L70
(1) scene_graph='complete' --> scene_graph='swin'
(2) symmetrize=True --> symmetrize=False
When i run with "bash scripts/run_train_infer.sh" ,This error will occur when using 60 frames of images, but it will not occur when using 25 frames of images
The text was updated successfully, but these errors were encountered: