hzxie/Pix2Vox

How should i test it on a single or multi-view custom images and save the voxel. Do i need to feed camera pose as input?

Closed this issue · 2 comments

How should i test it on a single or multi-view custom images and save the voxel. Do i need to feed camera pose as input?
hzxie commented

You need to implement your own DataLoader.
You don't need to feed camera poses as inputs.

Thanks