Nicholas Sharp

Results 258 comments of Nicholas Sharp

@devildonkey1392 Sure enough, there was a silly bug in the script causing it to try to initialize the GUI even with `--output` specified :) Fixed in eb47e4e255b29442f644b7ac79af632532b27ed1. It should work...

This looks awesome! Thank you!

One small software API question here is how to combine this with the "stripe" visualization already present. With this PR we'll have both equal-function-width alternating stripes, and equal-screen-space-width contours available....

> place in the docs to document shaders Code-wise, there's no docs at all for the shader's right now :) For user-facing options, right now the options are listed at...

Hi! Unfortunately not; the closest we have is the colored histogram on the left pane. This is a good feature-request though, so I will convert this issue to serve as...

Agreed that it's an easy bug! Done it many times myself. > Don't allow a data array to be declared without a reference to a mesh (i.e., don't provide an...

Thanks for sharing this, it looks awesome! I really appreciated it. I haven't gotten a chance to look deeply yet, but it's on my agenda! Hopefully I can get this...

Hi! We took outputs at vertices, then used a global mean to get classification scores. We did not really try out many experiments that deviated from this basic construction, I...

For the training dataset in the paper, we used [ShapeNetV2](https://www.shapenet.org). You can download it directly from the dataset website. We used the train/test splits that come with the dataset. Once...

I'm not sure what you mean by `test.ply`? Can you clarify?