lukkio88
lukkio88
Hi, I don't think this is possible, but I need to ask anyway. I have two meshes (say A and B) that are stitched together (they end up being a...
Hi, I need to use your remesher from an external program. I have two questions: 1. What are the relevant APIs to the remeshing? (i.e. how do I structure a...
Hi, Is it possible to get a formatted output with some indentation? I've tried to dump a json file, but it gets dumped in a single line, which isn't readable.
Hello, I am trying to use Geogram but I struggle even to build the library. I am following what's said in the page but I end with this when running...
Hi, when I try to run ``` pip install -r requirements.txt ``` I get the error: ``` Could not find a version that satisfies the requirement tensorflow-gpu==1.3.0 (from -r requirements.txt...
Hi, I have a function that returns more than value that I have to fit, like a f : R^3 -> R^3. I was wondering if GPUFit can handle such...
Hi, can you please point out the specific bit in your code that performs the convolution from a layer to the next? It is my understanding that your `GraphConvolution' class...
Hi, I've few scan meshes that I've remeshed and now I'm trying to run OptCuts to generate uv coordinates. At first I got the error: ``` igl::opengl::glfw::Viewer usage: [drag] Rotate...
Hi, This is not an "issue" but just a general question. Though I assume the method you've implemented is mathematically correct, have you implemented a specific validation protocol? Given how...
Hi, I'm running your tool on few meshes I have. Meshes from a scan to be precise. On one of these I get the following error: ``` terminate called after...