Skip to content
Snippets Groups Projects
Commit 59dd9b4b authored by Guillaume Duret's avatar Guillaume Duret
Browse files

script for df

parent a57649e3
No related branches found
No related tags found
No related merge requests found
echo "Class: $1";
echo "id:: $2";
echo "moving features from /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Training/$1 to /gpfsscratch/rech/uli/ubn15wo/datasets/linemod/Linemod_preprocessed/data/$2"
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Training/$1/Depth_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/depth/
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Evaluating/$1/Depth_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/depth/
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Evaluating/$1/RGB_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/rgb/
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Training/$1/RGB_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/rgb/
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Training/$1/Instance_Mask_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/mask/
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Evaluating/$1/Instance_Mask_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/data/$2/mask/
echo "moving done"
echo "Class: $1";
echo "id:: $2";
echo "moving features from /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Training/$1/Instance_Mask_resized to /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/segnet_results/$2_label/"
cp -r /gpfsscratch/rech/uli/ubn15wo/GUIMOD_New_low_1/Generated_Worlds_Evaluating/$1/Instance_Mask_resized/* /gpfsscratch/rech/uli/ubn15wo/DenseFusion/datasets/linemod/Linemod_preprocessed/segnet_results/$2_label/
echo "moving done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment