Rafail Fridman

Results 6 issues of Rafail Fridman

Hi! Could you please explain how the codebook vectors are updated if the codebook vectors are not required to be orthogonal? 1) `embed` tensors in both Euclidean and CosineSim codebooks...

Hi! Thanks for the release Are there plans on releasing the samplers like `k_heun` and `k_lms` in this GitHub? `k_lms` is the default sampler in the discord server, and it...

Hi! Is it possible to progressively add training data with nerfstudio? Starting, for example, from a single image + depth, fitting a model to it, adding a new frame+depth and...

Steps to reproduce: * Installing some package, let's say `pandas` ``` uv venv env1 -p 3.10 source env1/bin/activate uv pip install pandas ``` * Uninstalling it and installing it again:...

bug
needs-mre

Hi! Thanks for your work. I found a bug in the `_compute_backward_tracks` function: There, in line 275, you write: ``` inv_tracks, __, inv_visibilities = self.model( rgbds=inv_video, queries=queries, iters=6 ) ```...

Hi! I have a dynamic pointcloud of shape `(T,N,3)`, and I want to visualize this animation. Is it possible to visualize only these specific timesteps without the interpolating in time,...