Open briancantwe opened 10 months ago
Ah! It appears that the camera numbering must not have an numbers missing and must start at 01?
Hi @briancantwe thanks for using our code!
When the debugger opens up, you can type w
and hit ENTER to print a full stacketrace to locate the origin of the error. Could you rerun and paste the results here?
Ah! It appears that the camera numbering must not have an numbers missing and must start at 01?
There's no hard limit on the camera numbering or naming. But the directories inside the images
folder and the cameras names inside intro.yml
and extra.yml
should match up.
Thank you. I got past this point as it was an issue with my camera names matching up. The actual numbering didn't affect it.
Question though. No separate debugger opens for me though. Am I missing an option?
Glad to hear!
About the debugger, by default a pdbr
session will be opened to perform post_mortem
on the exception as long as we're not in a multi-process environment (e.g. during multi-process data loading and distributed multi-gpu training). It could be because that your exception was thrown in the __getitem__
section of VolumetricVideoDataset
.
If you could locate the exact line where the exception was thrown, the mistery should be solved.
Hello! I've gone through the examples and am now setting up my own data for training. I believe I've followed all conventions and steps, but I get this traceback when I try to train:
Any ideas what I might be doing wrong?
Thanks!