Remy Mellet
Remy Mellet
That probably because you don't use the parameter properly, you have to use an "=" eg: `--depth=/home/me/workspace/dataset/fusion/VolumeDeformData/minion/depth.txt` By the way I don't know what their depth.txt file contains exactly; I...
when calling cmake try to add `-DOpenGL_GL_PREFERENCE=LEGACY`
I get same error ``` surfelwarp_app [...]/test_data/boxing_config.json surfelwarp/apps/surfelwarp_app/main.cpp:40: The 0th Frame surfelwarp/core/geometry/WarpFieldUpdater.cpp:21: Nan in node candidate terminate called after throwing an instance of 'std::runtime_error*' Signal: SIGABRT (Aborted) ``` Note that...
``` pip install torchtyping pip uninstall kplanes-nerfstudio pip install git+https://github.com/Giodiro/kplanes_nerfstudio #to use latest version including the fix for 'shift_directions_for_tcnn' ```
You need to project the x,y,z coordinate on the u,v screen space using the camera intrinsics (mainly focal) fx,fy,cx,cy
@vincentfretin thanks for sharing https://github.com/supereggbert/aframe-htmlembed-component did you check how long last a render? It looks great! I tried in the past some html2canvas plugin (maybe https://www.npmjs.com/package/html2canvas ) but it was...
[aframe-htmlembed-component](https://github.com/supereggbert/aframe-htmlembed-component) is also Promise base, but seems to be fast enough in their [demo](https://supereggbert.github.io/aframe-htmlembed-component/dist/examples/index.html)
Maybe you imported the same quality but you should not render shades
Nothing, but if you are not rendering the same way the objects, you could have the feeling that the quality is different. On my side, when I tried it a...
`npm i x2js-fork` and later: `import * as X2JS from 'x2js-fork'`