MotivaCG

Results 8 issues of MotivaCG

kal.io.usd.create_stage(stagename) ``` --------------------------------------------------------------------------- NameError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 stagename = './recon_stage5.usd'; ----> 2 stage = kal.io.usd.create_stage(stagename) 3 usdmesh = kal.io.usd.add_mesh(stage, '/World/mesh', triverts[0], trifaces[0]) 4 stage.Save()...

Lots of issues with OpenMP like Error C3031 'Atb': variable in 'reduction' clause must have scalar arithmetic type fusion D:\cilantro_src\include\cilantro\registration\transform_estimation.hpp 266 or Severity Code Description Project File Line Suppression State...

I think that this actually is a bug (most probably) but maybe it could be a design decision. When you have multiple meshes and they have overlays like points or...

bug
pending verification

Trying to test Local Implicit sample I've found this issue: ``` Performing latent grid optimization... Traceback (most recent call last): File "C:\Users\Victor\anaconda3\envs\LocalImplicit\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 508, in _apply_op_helper values = ops.convert_to_tensor( File...

Replace the copyleft marching_cubes function with native the libigl one. Fixes #2088 . It works as before but without the copyleft dependency #### Checklist - [ ] All changes meet...

I'll try own my own if I have some spare time but someone has tried to use SD Lighting instead of Turbo? It's license is MIT and with the same...

I've noticed that some requests, such as https://github.com/pierotofy/OpenSplat/issues/115 , have already been implemented in the GSplat base code. However, there seems to be a lack of documentation regarding the specific...

**DESCRIPTION:** I am encountering issues while creating sparse data from the command line using precalculated images.txt and cameras.txt files, along with masks and input images. **REPRODUCTION STEPS:** **Feature Extraction:** ```%COLMAP%...