factor-fields icon indicating copy to clipboard operation
factor-fields copied to clipboard

[SIGGRAPH 2023] We provide a unified formula for neural fields (Factor Fields) and a novel dictionary factorization (Dictionary Fields)

Results 6 factor-fields issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to reproduce the experiments of Dictionary Fields but it appears that the `sparse_coding.py` file is missing from the repository. Do you plan on adding it soon ?...

Hi, I was wondering if the configuration to reproduce 360_v2 result is up-to-date. I fixed some missing parameters, such as `scene_reso`, `coeff_type`, and `basis_type`, but I still got an error....

as titled, `train_across_scene.py:L212` is: ```python if args.render_train: ... ``` But `args` is not defined.

Hi, I want to try out the 2D set regression experiment (`2D_set_regression.ipynb`), but it expects the following file as the dataset: `data/ffhq/ffhq_512.npy`. I assume that file is your preprocessed 800...

If I use my own data in SDF , how to load it and get the .npy file?