Sumant Tyagi
Sumant Tyagi
when i am trying to get the meshes below error is coming ' ``` nerfstudio\models\base_model.py", line 222, in get_rgba_image raise NotImplementedError(f"get_rgba_image is not implemented for model {self.__class__.__name__}") NotImplementedError: get_rgba_image is...
let's say if i just want to visualize the results can i load it direclty in the viewer the .ply file and also if there is other way to load...
while creating the dsm dataset i am facing below issue _python3 create_satnerf_dsm.py Sat-NeRF $pretrained_models/JAX_068 out_dsm_path/JAX_068 28 $pretrained_models/JAX_068 $dataset_dir/root_dir/crops_rpcs_ba_v2/JAX_068 $dataset_dir/DFC2019/Track3-RGB-crops/JAX_068 $dataset_dir/DFC2019/Track3-Truth_ ``` ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- create_satnerf_dsm.py 135 fire.Fire(create_pretty_dsm) core.py 141 Fire component_trace =...
the error is mentioned as below : ``` Failed to build srtm4 gdal opencv-contrib-python ERROR: Could not build wheels for opencv-contrib-python, which is required to install pyproject.toml-based projects make[2]: ***...
after training is completed when i am trying to create a share link it is taking too much time nothing is generated
There are many warning coming while running the unit test any fix ``` /mnt/sdb1/sumant/zip_camp/camp_zipnerf$ ./scripts/run_all_unit_tests.sh ./mnt/sdb1/sumant/zip_camp/camp_zipnerf/camp_zipnerf/internal/camera_utils.py:1178: RuntimeWarning: divide by zero encountered in divide t1 = (corners[0] - ray_o) / ray_d...
this requires as input in smerf to zipnerf models how do i feed this ? - https://github.com/google-research/google-research/blob/master/smerf/configs/zipnerf/london.gin ``` # london smerf.internal.configs.Config.data_dir = "datasets/london" smerf.internal.configs.Config.distill_teacher_ckpt_dir = "teachers/london" # Downsample pixels smerf.internal.configs.Config.factor...
as i can see it is getting resize in between - [ ] if giving high quality images really impacts the result - [ ] how to maintain the aspect...
got the below error while training the custom data ``` Skipping global process sync, barrier name: create_tmp_directory:post.checkpoint_1 I0716 20:30:05.510361 140313332638656 utils.py:219] Skipping global process sync, barrier name: Checkpointer:save.checkpoint_1 Traceback (most...
is there no viewer support for mipnerf ?