Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not subscriptable, when export texture mesh #7

Open
JuliusQv opened this issue Jul 21, 2023 · 3 comments

Comments

@JuliusQv
Copy link

TypeError: 'NoneType' object is not subscriptable, when export texture mesh
When i export the texture mesh use the following command :
`LOG_DIR="outputs/neusfacto-wbg-reg_sep-plane-nerf_60k_plane-h-ratio-0.3_engine_337/neus-facto-wbg-reg_sep-plane-nerf/2023-07-20_033253"
MC_RES=512
MESH_FN="extracted_texture_mesh_res-${MC_RES}.ply"
MESH_PATH="${LOG_DIR}/${MESH_FN}"

ns-extract-mesh
--load-config $LOG_DIR/config.yml
--load-dir $LOG_DIR/sdfstudio_models
--output-path $MESH_PATH
--chunk_size 25000 --store_float16 True
--resolution $MC_RES
--use_train_scene_box True
--seg_aware_sdf False
--remove_internal_geometry None
--remove_non_maximum_connected_components False
--close_holes False --simplify_mesh_final False
--extract_texture True`

This error always occured:
image

Could u give me some advice to solve this problem?
Thank u very much!!!

@Learningm
Copy link

Did you resolve it? I met the same problem.

@MIMNSI
Copy link

MIMNSI commented Aug 10, 2023

Encountered the same error when exporting textured mesh.

@Haobo-Liu
Copy link

the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants