adevora
adevora
Sorry I'm new here, I appear to have exactly the same issues as mentioned in this thread, but no method listed above works in my case. I'm working on a...
@sean-mcmanus , just runned one and everything looked fine to me (and to my teacher): ``` -------- Diagnostics - 08/03/2023, 13:44:40 Version: 1.14.4 Current Configuration: { "name": "Mac", "includePath": [...
Thanks a lot @sean-mcmanus ! Was trying to solve this problem since months !
@SaadatKhan use pycolmap's integarted `rec = pycolmap.Reconstruction("path/to/folder/containing/bin")` and then access the informations as : `for camera in rec.cameras.values():`
@andreamigliorati did you found anything ?
I assume it's directly located in the output/scene/colmap_outputs_converted/depths folder
Hey @guanjunwu, Is the viewer also able to render other models during training, for example dynerf or hypernerf scenes or is it only for viewing dnerf datasets ?
Thanks for your great work ! And I'm sorry for the time consumption. It works well, i wasn't patient enough and didn't wait for some results to show up. Thanks...
Last quetstion, is it possible to view the trained model using you viewer ? Running `./viewers/bin/SIBR_gaussianViewer_app.exe -m output/hypernerf/virg/3dprinter` leads to the following : ``` [SIBR] -- INFOS --: Initialization of...
Thanks for your answer. When loading the model using: ` python train.py -s data/dynerf/cut_roasted_beef --port 6017 --expname "dynerf/cut_roasted_beef" --configs arguments/dynerf/cut_roasted_beef.py --start_checkpoint "output/dynerf/cut_roasted_beef/chkpnt_fine_14000.pth" ` , the training starts but with 0it...