qianguih / voxelnet

This is an unofficial inplementation of VoxelNet in TensorFlow.
654 stars 241 forks source link

question about tf.scatter_nd #19

Open LZDSJTU opened 6 years ago

LZDSJTU commented 6 years ago

hello, in your implementation, you use self.outputs = tf.scatter_nd( self.coordinate, voxelwise, [self.batch_size, 10, cfg.INPUT_HEIGHT, cfg.INPUT_WIDTH, 128])

I want to ask if I use pytorch, which function should I use to do this operation.

Thank you very much!