Vaibhav Arora

Results 6 comments of Vaibhav Arora

I have similar use-case. GIven a trimesh object, and a set of vertex_ids, I want to "subsample" the trimesh object. ``` subsampled_mesh = mesh.vertices(vertex_ids) ``` But here I loose the...

> We don't have an exporter for .bvh but it would not be hard to implement. The bvh format is simple (https://research.cs.wisc.edu/graphics/Courses/cs-838-1999/Jeff/BVH.html). We've never done this because bvh throws away...

> Personal solution: > > 1. run `conda deactivate` before `cmake` > > 2. add `set(CMAKE_PREFIX_PATH "/usr/lib/x86_64-linux-gnu/cmake")` in `colmap/src/colmap/CMakeLists.txt` > > 3. remove build folder and redo This solution from...

> I noticed there exist several issues related to end-users running `meshviewer viewer` and not seeing the window. Issues include: #63, #57, #44, #78, and #75. Your insight here made...

Install Python (Cpython) from python.org/downloads. Make sure the version you download is 64-bit if your Matlab exe is 64-bit. By default, a 32-bit cersion of python is downloaded so be...