perukas
perukas
Hi there and thanks for the great work! following up on that. Do we know the size of binningState.point_list beforehand? I would really like to expose it to the python...
Am I correct in assuming that ```binningBuffer``` is a ```torch.Tensor``` version the ```BinningState``` in bytes?
Ok thanks for that. But do we know the size of the tensors beforehand (i.e. before running the rasterization kernel)? Or we don't care about it, meaning that it can...
Thank you very much! indeed with this info everything should more or less work out.
Thanks again for the info so far. Now let's say that I got the buffers from ```binning_state```. Actually I found out that ```numpy``` is more useful for converting from byte...
Thanks @Caenorst, Indeed, I came to that, but can I de-quantize the resulting points?
Hi @ludos1978 , Thanks for this. Actually right now we are implementing an updated version (as part of another project) and probably it will be released (in the same manner,...
Hi @brooklynlittell, It will be sometime until we release the next version. Please try to run the executable via the command line and check if there are errors shown.
Hi @rahulu1 , Probably you didn't install the correct onnx runtime version.
Sorry for the late response. So the calibration instructions are indeed outdated. If you go to the path specified in the [documentation](https://vcl3d.github.io/VolumetricCapture/docs/calibration/installation/#installing-the-calibration-software), there is an ``instructions.txt`` file. Please try to...