antithing

Results 197 comments of antithing

Ah, okay, I had a typo in the script. ` --gin_bindings="Config.exp_name = '${EXP_NAME}'" \` should have been ` --gin_bindings="Config.exp_name = '${EXPERIMENT}'" \` Now it runs, and errors with: ``` 2023-06-06...

I comment out: ``` # vertices, faces = clean_mesh(vertices, faces, # remesh=False, remesh_size=0.01, # logger=logger, main_process=accelerator.is_main_process) ``` now it is working, but it only exports this mesh: (from the garden...

Okay I deleted the experiment folder, and started again from scratch. I get a different error on mesh extraction. Please see all logs attached. [log_extract.txt](https://github.com/SuLvXiangXin/zipnerf-pytorch/files/11669202/log_extract.txt) [log_train.txt](https://github.com/SuLvXiangXin/zipnerf-pytorch/files/11669203/log_train.txt) Thank you!

Okay I have re-cloned the repo and started again. (with the bicycle dataset) I have it running, however I see an error when I add `Config.mesh_resolution = 1024` ``` ValueError:...

Thank you! Works perfectly. :)

Now I have training starting, but I crash with a memory error: ``` LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0] fatal: not a git repository (or any of the parent directories): .git...

@OroChippw Thank you. How are these formatted? eg, how can I extract the descriptor for a specific point? What i want to do is store the features and descriptors to...

Okay I have been testing. I have extended an inference function like this: ``` std::pair LightGlueDecoupleOnnxRunner::InferenceSingleImage(Configuration cfg, const cv::Mat& srcImage) { if (srcImage.empty()) { throw "[ERROR] ImageEmptyError "; } cv::Mat...

I have made the following changes to the cpp file : \src\LightGlueOnnxRunner.cpp and i have this code running on CUDA! ``` if (cfg.device == "cuda") { std::cout

@winterjonas I never solved it. Please post here if you do!