To enable remote computation we need to: - [x] select remote file - [x] download it - [x] start a session on the downloaded files - [x] Save pointcloud and DVC run configuration to file and transfer it to the remote - [x] Start computation on remote - [x] Retrieve the results The first 2 items are implemented in https://github.com/paskino/CIL-work/blob/master/RemoteViewer/TwoLinkedViewersCentralWidgetCompare.py Last item is done for SLURM remotes in https://github.com/paskino/brem/blob/main/examples/run_dvc_gui.py
To enable remote computation we need to:
The first 2 items are implemented in https://github.com/paskino/CIL-work/blob/master/RemoteViewer/TwoLinkedViewersCentralWidgetCompare.py
Last item is done for SLURM remotes in https://github.com/paskino/brem/blob/main/examples/run_dvc_gui.py