Hadil Ch.

Results 8 issues of Hadil Ch.

When running `gradio_demo.py`, we have the parameters `--loading_half_params --use_tile_vae --load_8bit_llava` to greatly decrease RAM usage. Are there such options for `test.py`? If not, can you please work on adding them?

When I provide the training script with sparse sequential images (approx 20 for the scene), the "Computing & saving fg bbox masks" step taking a long time to finish and...

You mention this in the documentation: `NOTE: In the demo script, we assume the images come from a sequential video stream and use sequential matching for SfM. If you have...

Hello! I've been facing a segmentation fault error right after running the `flowmap.overfit` script and it seems to be from this block of code in flow_predictor_raft.py (line 41): ``` flow...

I have a script on the production server that launches an ns-viewer process on demand and the ns-viewer command exposes the viewer on localhost port 7007. However, this connection is...

I tested the 3D reconstruction on the batman sample example provided and the render video and .ply look terrible. Any advice? https://github.com/Wi-sc/ViewFusion/assets/150967838/c1d30edb-dd8e-44b2-b6fc-0b146f0f5d63 https://github.com/Wi-sc/ViewFusion/assets/150967838/65cde044-6c71-4294-a5e2-87827006193b

I run DS_Nerf/run_nerf.py for about an hour and it shows progress of the training but then it reaches 100% and there's no more output from the script but it doesn't...