Markus Völk

Results 67 comments of Markus Völk

I had the same error, but reinstalling WinFsp and SSHFS-Win alone did not help for me. After deleting all associated Keys in the Registry and reinstalling both, it works again....

I wrote a super simple Keras layer. https://github.com/mvoelk/keras_layers

I did experiments on CIFAR-10 with Conv2D 96 features and GroupConv2D 12 * 8 features. Conv2D takes 22ms/step, GroupConv2D 34ms/step. I assume that it is a matter of implementation. I...

For example, if you assign `obj.pass_index = 1` and have a color depth of 8 bits, then the value 1 is visually barely visible with 256 different values. For a...

The passes 'Object Index' and 'Material Index' are not implemented in Eevee (2.92). Consequently id maps will only be generated with Cycles.

[arXiv:1807.03284](https://arxiv.org/pdf/1807.03284.pdf) may be interesting in this context.

The architecture is fully convolutional. Therefore, it should not be a problem to scale the input up in powers of 2 and use the provided weights. If you do so,...

For those who end up here because they want to completely deactivate the auto-scroll behavior. Go to "Setting" > "Settings Editor" > "Jupyter Notebook Notebook" and uncheck "Auto Scroll Outputs"....

I also once had such suspicions with blender depth renderings, but then did not investigate it further. Therefore I am very interested in an explanation of the phenomenon. I am...