OccNet icon indicating copy to clipboard operation
OccNet copied to clipboard

How is the flow linked to each voxel

Open cbiras opened this issue 1 year ago • 3 comments

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!

cbiras avatar Jan 16 '24 08:01 cbiras

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.

tongwwt avatar Jan 19 '24 15:01 tongwwt

@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]

cbiras avatar Jan 20 '24 20:01 cbiras

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

tongwwt avatar Jan 21 '24 14:01 tongwwt