Skip to content
Snippets Groups Projects
Commit d231e1f5 authored by las1g21's avatar las1g21
Browse files

Add .mtl to folder

parent c67fc9cf
No related branches found
No related tags found
2 merge requests!14Creating mbdnet tab,!13Creating mbdnet tab
...@@ -114,6 +114,11 @@ def get_completed_scene(shifted_disparity_path, shifted_t_path): ...@@ -114,6 +114,11 @@ def get_completed_scene(shifted_disparity_path, shifted_t_path):
with SCPClient(client.get_transport()) as scp: with SCPClient(client.get_transport()) as scp:
scp.get(remote_file_path, local_file_path) # Download file scp.get(remote_file_path, local_file_path) # Download file
remote_file_path = "/mainfs/ECShome/kproject/mona/MDBNet360_GDP/output/scene_completed_prediction.mtl"
local_file_path = "edgenet-360/Data/Input/scene_completed_prediction.mtl"
with SCPClient(client.get_transport()) as scp:
scp.get(remote_file_path, local_file_path) # Download file
print("OUTPUT DOWNLOADED") print("OUTPUT DOWNLOADED")
# Close the SSH connection # Close the SSH connection
client.close() client.close()
...@@ -128,7 +133,7 @@ def get_completed_scene(shifted_disparity_path, shifted_t_path): ...@@ -128,7 +133,7 @@ def get_completed_scene(shifted_disparity_path, shifted_t_path):
if __name__ == "__main__": if __name__ == "__main__":
if len(sys.argv) != 3: if len(sys.argv) != 3:
print("Usage: python shifter.py <shifted_disparity_path> <shifted_t_path>") print("Usage: python scene_completion.py <shifted_disparity_path> <shifted_t_path>")
sys.exit(1) sys.exit(1)
shifted_disparity_path = sys.argv[1] shifted_disparity_path = sys.argv[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment