Open LZDSJTU opened 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!
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!