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

How is the flow linked to each voxel #26

Open
cbiras opened this issue Jan 16, 2024 · 3 comments
Open

How is the flow linked to each voxel #26

cbiras opened this issue Jan 16, 2024 · 3 comments

Comments

@cbiras
Copy link

cbiras commented Jan 16, 2024

I am trying to train a network that predicts the dynamic voxels in a scene, so I need to link annotated flow to annotated voxels. Do you remember if it's possible to link the flow with each voxel? I wasn't able to figure out the relation between the two looking at the arrays and didn't find any information on this. Thank you!

@tongwwt
Copy link
Contributor

tongwwt commented Jan 19, 2024

The flow information is only linked to the foreground voxel. For the background voxel, the flow is zero, which is not stored in the array.

@cbiras
Copy link
Author

cbiras commented Jan 20, 2024

@tongwwt I understand this, but how are foreground voxels linked to the flow data? Is there a 1-1 relationship? On simpler words, how do I know which entry in the flow array is linked to which voxel? The only way I see a possible 1-1 link is if the voxel at occ[0][0] has the flow information in flow[0]

@tongwwt
Copy link
Contributor

tongwwt commented Jan 21, 2024

Please refer to parse flow info, then you can see the relationship between the flow array and voxel.

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