Nicholas Sharp
Nicholas Sharp
Hi Dongliang, Glad to hear you're interested! There isn't currently any code built-in to this repo for training on irregular-sized batches. There are two main strategies we could follow here:...
No, there is no support for this now. It would be great to add though! See also https://github.com/nmwsharp/polyscope/issues/97
Hi! This is most likely some kind of driver / environment problem. Compiling that shader just happens to be the first thing that fails. I've seen issues with Mesa driver...
Thanks for the update! The library now clones successfully, but now there are other issues (I think these are both the same as what the other commenter mentioned, though I'm...
@chrisleong-nvg Unfortunately this was a while ago, and I no longer have the code around, nor do I remember exactly what changes I made. I did get the application building...
This looks great! Docs are good too. I left two small comments above, but neither are big issues, just small questions.
Hi! First off, in case you haven't seen in, there is some isoline functionality already built in to the scalar value visualizers. https://github.com/nmwsharp/polyscope/blob/master/include/polyscope/scalar_quantity.h#L55-L61. It's not well-documented; I just made a...
Hi! Thanks for the interest. You closed this so you may have already figured it out, but for posterity: The point cloud laplacian is described in Sec 5.7 of that...
Yep, you've got it right. There are a bunch of subtleties in the details of the various methods, but that is the right structure. And then the Tufted Cover gets...
Hi! How is this `sides` variable being used in your full code? If you are updating the scene geometry somehow, you need to re-send that updated geometry to Polyscope. The...