endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

pointer being freed was not allocated #392

Open yellowos opened 5 years ago

yellowos commented 5 years ago

when I try to run the demo.py I meet this problem

$ ./tools/demo.py python(2656,0x1106895c0) malloc: error for object 0x11ea8d3b8: pointer being freed was not allocated python(2656,0x1106895c0) malloc: set a breakpoint in malloc_error_break to debug Abort trap: 6

My OS is Macos 10.14 Can any one help me, thanks a lot

gzchenjiajun commented 5 years ago

Have you solved it? I also encountered this problem.