dimatura / pypcd

PCL pcd fileformat i/o in Python
Other
266 stars 196 forks source link

reading 2MB bin file crashes system #16

Closed bmaneesh closed 5 years ago

bmaneesh commented 5 years ago

Reading a 2MB bin file crashes 16GB RAM system.

Environment: python2.7 Ubuntu 16.04

code:

import pypcd bin = pypcd.PointCloud.from_path('foo.bin') bin.save('foo.pcd', compression='binary_compressed')