RandLA-Net icon indicating copy to clipboard operation
RandLA-Net copied to clipboard

Why there's no sess.run(dataset.flat_inputs) in the code?

Open sjtusmartboy opened this issue 4 years ago • 0 comments

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!

sjtusmartboy avatar Jul 26 '21 14:07 sjtusmartboy