RandLA-Net
RandLA-Net copied to clipboard
Why there's no sess.run(dataset.flat_inputs) in the code?
I only see the code self.sess.run(dataset.train_init_op) but cannot find sess.run(dataset.flat_inputs). So how is the code fetching each batch of cloud point without running sess.run(dataset.flat_inputs). Thanks!