Page MenuHomec4science

sshfs_connect.sh
No OneTemporary

File Metadata

Created
Thu, Apr 24, 15:25

sshfs_connect.sh

#!/bin/sh
source activate py3
mkdir images_from_deneb
sshfs rcastell@deneb2.epfl.ch:/work/hyenergy/raw/SwissTopo/RGB_25cm/data_resized/crop_tool/SI_25_2013_1207-21 images_from_deneb
#image_folders = ['SI_25_2015_1301-13', 'SI_25_2015_1301-14', 'SI_25_2015_1301-32', 'SI_25_2013_1207-23', 'SI_25_2013_1166-22', 'SI_25_2013_1207-21']
#sshfs rcastell@deneb2.epfl.ch:/work/hyenergy/raw/SwissTopo/RGB_25cm/data_resized/crop_tool/SI_25_easyset images_from_deneb_easy
#sshfs rcastell@deneb2.epfl.ch:/work/hyenergy/raw/SwissTopo/RGB_25cm/data_resized/crop_tool/SI_25_2013_1207-23 images_from_deneb

Event Timeline