PointRCNN icon indicating copy to clipboard operation
PointRCNN copied to clipboard

Thread Issue

Open FrankCAN opened this issue 5 years ago • 1 comments

Hi, thanks for your tensorflow version code. I just wonder why you use Thread method to load dataset, rather than load all the data in one time. Thanks for your help.

FrankCAN avatar Sep 29 '19 16:09 FrankCAN

Sorry for the late reply. It is to reduce memory footprint when the dataset is large, especially for point cloud with RPN feature. Of course, you can load the whole dataset if the memory is large enough.

JenningsL avatar Oct 06 '19 09:10 JenningsL