EdjeElectronics / TensorFlow-Object-Detection-on-the-Raspberry-Pi

A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
Apache License 2.0
1.14k stars 365 forks source link

2020-02-01 11:57:36.437688: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 10616832 exceeds 10% of system memory. Killed #72

Open KoizumiNao opened 4 years ago

KoizumiNao commented 4 years ago

Hi. I'm currently having some problems after running the Object_detection.py like:

2020-02-01 11:57:36.437688: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 10616832 exceeds 10% of system memory. Killed

My device is Raspberry Pi 3 B+. Tensorflow Version: 1.14.0 Python Version: Python 3.7.3 GPU: 128

Can anyone help me with this? I appreciate any response that can fix this problem.

ramkkreddy14 commented 4 years ago

even I had a similar issue, all I did was reduced my I dataset size. previously my dataset size is 478 mb then I reduced it to 40kb and everything worked out fine.