Results 7 comments of HeaIn

Using the bounding box option instead of obb worked for me. Try this. ns-export poisson --load-config outputs/actocat/nerfacto/2024-02-13_112157/config.yml --output-dir exports/mesh/CAT --target-num-faces 50000 --num-pixels-per-side 2048 --num-points 1000000 --remove-outliers True --normal-method open3d **--use_bounding_box...

I sometimes get better results by using colmap gui instead of ns-process-data. Try installing colmap by `sudo apt-get install colmap`, open colmap gui by typing `colmap gui` and process your...

Looks like using conda is not preferred as written in [this link](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation/1_prerequisites.md). I installed Openpose in Ubuntu 20.04.6 (cuda11.8, cudnn8) by using following commands. ``` apt-get -y --no-install-recommends upgrade &&...

I downloaded the SAM model from other link. Try this one. https://huggingface.co/HCMUE-Research/SAM-vit-h/blob/main/sam_vit_h_4b8939.pth

As mentioned in the PR, try using obb_center, obb_rotation, obb_scale parameters instead. For example: ``` ns-export poisson --load-config outputs/poster/nerfacto/2025-01-26_000037/config.yml --output-dir exports/mesh_v4/ --target-num-faces 50000 --num-pixels-per-side 2048 --normal-method open3d --num-points 1000000 --remove-outliers...

> This issue still persist with the latest main version of nerfstudio. can anyone help me? I’ve already spent a lot of time trying to solve this issue. But It...

@mariapatni Please refer to Issue #3701. The solution and detailed parameters are described there.