Joey Litalien

Results 7 comments of Joey Litalien

Hi Sneha, The OpenEXR module is only used for the experimental Monte Carlo denoising, you can safely comment the part of the code that deals with it. Or you can...

@sangjunnn Using `sudo` in my case broke some permission levels; simply running `bash update.sh` did the trick for me.

Apple switched from GNU grep to BSD grep in MacOS 10.8 so the two scripts will fail on Darwin due to the unknown `-P` grep option. Following @acidtonic fix, if...

AFAIK there is no way of directly computing the volume or surface area of a neural implicit surface. Your best bet is probably to run Marching Cubes with fine resolution...

@usccolumbia, fixing bugs for an open source library like this one requires having access to an M1/M2 machine, which is not always possible. Please be considerate and build the library...

I’m using 11.3.1 which should be fine according to this note, but it might be worth upgrading. **Update:** I have upgraded to CUDA 11.6 with Optix 7.4.0, and it compiles...

Any update on this? These slidebars have been driving me crazy for years now. It looks like changing [this line](https://github.com/tensorflow/tensorboard/blob/65c03827602141928bb84f441e6c402c05ffeb32/tensorboard/plugins/image/tf_image_dashboard/tf-image-loader.ts#L114) to `overflow-x: hidden` fixes it.