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.
Loading
Please register or sign in to comment