Currently my radiance field json file has an image path in windows formatted as such ...
"file_path": "C:\\Users\\******\\Desktop\\spoon\\DJI_0259.png"
Which should be correct? Yet it doesn't find the images unless I put the files all in the same folder and edit the json to be ...
"file_path": "DJI_0259.png"
Not sure if I'm doing something wrong or there's a path parsing error somewhere?
Currently my radiance field json file has an image path in windows formatted as such ...
"file_path": "C:\\Users\\******\\Desktop\\spoon\\DJI_0259.png"Which should be correct? Yet it doesn't find the images unless I put the files all in the same folder and edit the json to be ...
"file_path": "DJI_0259.png"Not sure if I'm doing something wrong or there's a path parsing error somewhere?