antithing
antithing
also very interested!
@msftgits @cclin0 sorry to bother you, do you have any idea when this code will be released? Thanks!
Ah, i have solved this based on this comment: https://github.com/ashawkey/stable-dreamfusion/issues/17#issuecomment-1271845828 and have made these changes: (removing `const` from the `at:Tensor` variables ``` -void composite_rays(const uint32_t n_alive, const uint32_t n_step, const...
Thanks! One more thing to report... i have run the first stage successfully, now i am running: `python main.py data/garden/ --workspace trial_360_garden -O --data_format colmap --bound 16 --enable_cam_center --enable_cam_near_far --scale...
Ah, you are right. This was because I had scatter installed for a different CUDA version than torch. Resolved! Thanks again. :)
Ah, but I get another error! training starts, then: ``` refine and decimate mesh at 1000 step Traceback (most recent call last): File "D:\NERF\SDF\nerf2mesh\main.py", line 243, in trainer.train(train_loader, valid_loader, max_epoch)...
I try the same with `--sdf `and i see: ``` refine and decimate mesh at 1000 step Traceback (most recent call last): File "D:\NERF\SDF\nerf2mesh\main.py", line 243, in trainer.train(train_loader, valid_loader, max_epoch)...
Hi @ashawkey sorry to bother you, do you have any thoughts on what might be going wrong for me here? Thanks again!
I am using the mipnerf360/garden dataset. I am running: `python main.py data/garden/ --workspace trial_360_garden -O --data_format colmap --bound 16 --enable_cam_center --enable_cam_near_far --scale 0.3 --downscale 4 --stage 0 --lambda_entropy 1e-3 --clean_min_f...
Thank you! It works :) One more question, what settings should I change to get a smoother output mesh? I am using the example commands, and i get: Thank you...