SecureShell

Results 13 comments of SecureShell

Are you using multi gpus? If so, I met this before because I accidentally forgot to increase the batch size proportionally when I increased one extra gpu so that it...

Also super interested! Could you please share a part of the SynWoodScape dataset, especially the part with optical flow groundtruth? It'd be very helpful to my work.

This is great! Thanks for putting it together so promptly.

Because monocular methods only predict up-to-scale translations. Need to recover the scale with GT before evaluation.

The scale in `per_frame_scale_alignment` is the flag to simply scale up all translations to GT. The scale in `align` is the flag for a scale alignment to be done before...

First make sure you do `conda activate imaginaire` and then install the third-party packages. I encountered similar "no such file or directory" errors when installing third-party packages. My local environment...

Note requirements_conda.yaml installed Python3.9, so I do not know where that "cannot find python3.8" error comes from

Have you found the solution? I encountered the same problem.

You need to change your PyTorch version from 2.0 to 1.x because the launch.py in 2.0 uses 'local_rank' instead of 'local-rank'.

First make sure you do `conda activate imaginaire` and then install the third-party packages. I encountered similar "no such file or directory" errors when installing third-party packages. My local environment...