antithing

Results 197 comments of antithing

Thank you! I will try that. I also found that I saw this.. ``` subprocess.CalledProcessError: Command '['where', 'cl']' returned non-zero exit status 1. Epoch 0: : 0it [00:15, ?it/s] [W...

Great, thank you! On Mon, Feb 1, 2016 at 2:57 PM, Benjamin [email protected] wrote: > No this resolution should be fine, all my tests I do use exactly this >...

Hi @Phil26AT I am digging back into this, would you be able to point me in the right direction to get started with a c++ only pipeline? Assuming I export...

@Phil26AT nudging this, would you be able to give me a push in the right direction to build a fully c++ pipeline please? Thanks!

@kenichdietrich if you successfully use this to render a nerf, would you be able to share your work flow here? Thanks!

+1 I also need to do this, using HFNet as input points instead of Superpoint

Hi, I am also using the zed camera, I can help you with the baseline question... The value should be baseline in METRES \* fx. So if your focal value...

Hi, try running the zed calibration tool that ships with the sdk. it will create a calibration file for you.

Solved, years later. :) ``` void* ptr = NULL; int error = posix_memalign(&ptr, 16, 1024); if (error != 0) { // OMG: it failed!, error is either EINVAL or ENOMEM,...