-
Hello!
Thanks for sharing this awesome work! :)
I'm curious, have you thought about the correct way of extracting the isosurfaces from the trained implicit function?
For vanilla NeRF model it…
-
See https://typing.readthedocs.io/en/latest/spec/distributing.html#import-conventions
A normal `from foo import bar` in module `a` should not allow another module to do `from a import bar`; an expl…
-
Just a short (read: long) list of things related to axes.
1. Make the z axis have default scale 1, same as the other two axes (#189)
2. Customizable tick spacing - currently it automatically tries…
-
With the introduction of "sorting algorithms" for the versions in the flyout, @stsewd suggested we could use these algorithms as well to determine the `stable` version. This would be a really good add…
-
I find this recurring pattern of defining a __Variable or Function__, for example:
f(t) = [t, t^2, t^3]
And then immediately afterwards adding another object to visualize, in this example a __Pa…
-
**System:**
Ubuntu 22.04
GPU: NVIDIA GTX 560
**Repro steps**
`cargo run --example shadow`
**Observed behavior**
wgpu master, on x11:
`
thread 'main' panicked at 'No suitable GPU adapters …
-
Env:
MacOS BigSur 11.2.2
Python 3.7.5
I encounter the below issue, any idea?
$ pip install librabbitmq
[error.txt](https://github.com/celery/librabbitmq/files/6134022/error.txt)
-
### Description
The type information *is there*. It just needs some help to be brought to the surface.
### Reproduction
Given these…
```swift
func closure(
_: Error.Type = Error.self,
…
-
## Motivation
Currently, RSocket-Core implicitly brings a `Buffer` polyfill called `LiteBuffer` which is a minimalistic implementation of the Node `Buffer` and has a limited functionality surface to …
-
I just went through the source code of RPRMakie, and it looks like it doesn't support Observables updating implicitly - you have to re-render each time you want to change anything about your plot in m…