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
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!
The text was updated successfully, but these errors were encountered:
@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]
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!
The text was updated successfully, but these errors were encountered: