Remy Mellet
Remy Mellet
Hi, thanks for your great lib! It actually project the image on all part of the mesh, even if that part is behind (from the point of view of the...
Hi, Do you plan to use the registration function used in https://github.com/code-iai/iai_kinect2 ? (instead of the one provided in freenect2) It seems that you tried https://github.com/code-iai/iai_kinect2/issues/21#issuecomment-64414418 maybe this is is...
Can be checked at https://remmel.github.io/Depthkit.js/examples/simple.html Related with https://github.com/juniorxsound/Depthkit.js/issues/36 1. Here no build system / bundler, because this is a lib is that so usefull (KISS) ? (however depthkit version with...
My 3d world face is desfigured when I'm located in the side of the camera (top; bottom; left; right). FYI, the projected face texture is still correct (the one produced...
To better feel the 3d and enable orbitControl it was needed, to checkout the code and edit it. I add an gui to easily switch between options See https://remmel.github.io/FaceMeshFaceGeometry/examples/video/index.html
Hi, Some documentation is duplicated, eg: - https://github.com/alicevision/meshroom/wiki/Draft-Meshing - https://meshroom-manual.readthedocs.io/en/latest/faq/draft-meshing/draft-meshing.html What should we do? 1. Keep only one ? which one? 2. Put a note in both version, that a...
To avoid copying data (using slice), the TypedArray can be created with the arrayBuffer. However it handles only when start offset is a multiple of its type bytes occupancy (otherwise...
In google colab, I had the error `NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968` when calling `! rm -rf '/usr/local/share/jupyter/nbextensions/google.colab/multi-layer-viewer/mli_scene'` cell. I has been fixed by adding before ```...
Hi! When installing `npm i @lumaai/luma-web` aside [email protected] I got the following error: `Could not resolve dependency: npm WARN peer three@"^0.157.0" from @lumaai/[email protected]` This is because your package.json (https://www.npmjs.com/package/@lumaai/luma-web?activeTab=code) :...
Finding how to disable/change downscale using CLI is not easy, while this is as easy as doing: ` ns-train splatfacto --data mydatadir colmap --downscale-factor 1` The [doc](https://docs.nerf.studio/reference/api/data/dataparsers.html#nerfstudio.data.dataparsers.nerfstudio_dataparser.NerfstudioDataParserConfig.downscale_factor) indicates the existance...