You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"
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:
Could u give me some advice to solve this problem?
Thank u very much!!!
The text was updated successfully, but these errors were encountered: