voxelnet icon indicating copy to clipboard operation
voxelnet copied to clipboard

Invalid argument Error :coordinate has shape(batch_size,K,4) while voxelwise has shape(batch_size,K,128)How can we apply scatter_nd? In FeatureNet, self.outputs = tf.scatter_nd(self.coordinate, voxelwise, [self.batch_size, 10, cfg.INPUT_HEIGHT, cfg.INPUT_WIDTH, 128])

Open Pruthvik-Reddy opened this issue 3 years ago • 0 comments

Pruthvik-Reddy avatar Jul 27 '20 11:07 Pruthvik-Reddy