-
There is a method called 'get_mesh_v_tbw' in the 'lib/networks/render/mat_render.py'. I don't understand this method. It seems to transform coordinates between canonical space and observation space ag…
-
This issue is a roadmap for Molly.jl development. Feel free to discuss things here or submit a PR. Bear in mind that significant refactoring will probably occur as the package develops.
### Low han…
-
This function computes a numerical gradient, then sums up the results using a KA kernel run on the CPU:
```
function gradient_normSq(grad, mesh::HorzMesh; backend=KA.CPU())
nEdges = size(grad…
jlk9 updated
5 months ago
-
Hi,
Thanks for your interesting work and code sharing. After reading your paper, I am trying to generate some models by using your code. In order to have more control over the generated geometry I h…
-
Hi, I am trying to finetune LLaVA-NeXT with my custom dataset, using "finetune_clip.sh" shell file.
I gave some edits to the shell for my convenience and to satisfy my task so far, like this:
```
…
-
What's the problem?
-------------------
Currently, the assemble has functions like
~~~cpp
GlobalDofVector BuildVector(const Group& cells, CellInterface::VectorFunction f) const;
~~~
and in…
-
**Describe the bug**
FATAL ERROR
[error] Expression : K
[error] Function : RegisterModel
[error] File : /code/xray-16/src/xrGame/GamePersistent.cpp
[error] Line : 1…
-
Instead of describing the name, the Readme should contain the target audience, highlight main aspects and a short description of the motivation / statement of need. The core classes are more or less s…
-
I have had a look a the dynamic library dependencies that are in place with the new cmake build system. I have the impression that we can substantially reduce the number of dependencies as illustrated…
-
Hi,
I am trying to assign a color to each of the 12 triangles of a cube like this:
```
import trimesh
mesh = trimesh.load("./files/cube.stl")
face_colors = [
[255, 0, 0],
[255, 0, 0…