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

变量的意思 #4

Open
Hibiki-Ula opened this issue Nov 19, 2024 · 1 comment
Open

变量的意思 #4

Hibiki-Ula opened this issue Nov 19, 2024 · 1 comment

Comments

@Hibiki-Ula
Copy link

在feature_preprocess.py第171行代码,通过这个函数得到了train_ssc要用到的数据,

cam_pose, vox_origin, vox_grid, vox_tsdf, vox_prior, segmentation_label, vox_weights, depth_map, vox_prior_full, segmentation_label_full = process(prefix, pred_out, vox_shape)

有些变量可以根据名字得出意义,有些就不知道了,能不能解释一下【'vox_tsdf','vox_prior','vox_weights'】或者在代码里注释一下变量的意思,感谢

@Francisco-liu
Copy link
Collaborator

vox_tsdf是深度图生成的tsdf,vox_prior是生成的3D语义先验, vox_weights是指示场景中哪些体素是需要参与loss计算的

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

2 participants