PointRCNN
PointRCNN copied to clipboard
Thread Issue
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.
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.