AutoLidarPerception / SqueezeSeg

Implementation of SqueezeSeg, convolutional neural networks for LiDAR point clout segmentation https://arxiv.org/abs/1710.07368
BSD 2-Clause "Simplified" License
23 stars 7 forks source link

Error in `python': corrupted size vs. prev_size #2

Closed StevenWang30 closed 6 years ago

StevenWang30 commented 6 years ago
$ python ./src/demo.py
...
ce (/gpu:0) -> (device: 0, name: GeForce GTX 1080 Ti, pci bus id: 0000:01:00.0)
Detection output written to ./data/samples_out/
*** Error in `python': corrupted size vs. prev_size: 0x0000000002810500 ***
Aborted (core dumped)
Durant35 commented 6 years ago

@StevenWang30 Hi, maybe you can try following solution

From: https://github.com/r9y9/gantts/issues/14

sudo apt-get install libtcmalloc-minimal4
export LD_PRELOAD="/usr/lib/libtcmalloc_minimal.so.4"
StevenWang30 commented 6 years ago

It works! brilliant!!!

StevenWang30 commented 6 years ago

Thanks very much!!

nearwatson commented 4 years ago

May I ask what is the solution on centOs 7?

UJSXL commented 3 years ago

think you very much