Skip to content
Snippets Groups Projects
user avatar
Abdullah Saafan authored
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.
9f89ba5e
Name Last commit Last update
..