Skip to content
Snippets Groups Projects
Unverified Commit 9f89ba5e authored by Abdullah Saafan's avatar Abdullah Saafan Committed by GitHub
Browse files

Fixed System Calls Splitting Path due to Absence of Quotations

When passing parameters to Colmap2Nerf the system calls example: --video_in "D:/DataSet Videos/Video.mp4" Won't recognize path as a whole paramter due to Absence of Double Quoations, so argparse interpret it as  "D:/DataSet" only and "Videos/Video.mp4" as an another argument.
parent 38c0d710
No related branches found
No related tags found
No related merge requests found
Loading
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