KittiSeg icon indicating copy to clipboard operation
KittiSeg copied to clipboard

Error in running demo.py

Open CRDloghorizon opened this issue 7 years ago • 1 comments

When running in the CPU only tensorflow environment, I have met a problem. The instruction is python demo.py --input_image data/demo.png And finally get the error information ''' INFO Restoring parameters from RUNS/KittiSeg_pretrained/model.ckpt-15999 terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped) ''' Since my server hasn't got a GPU, and I want to apply the model for testing, and I won't use the train part, is it able to apply it with CPU-only?

CRDloghorizon avatar Oct 30 '17 11:10 CRDloghorizon

this maybe caused by your computer's RAM is not enough.

daixiaogang avatar Nov 29 '17 08:11 daixiaogang