robmarkcole / deepstack-python

Unofficial python API for DeepStack
https://deepstack.cc/
GNU General Public License v3.0
12 stars 11 forks source link

Performance problem: blocking issue #1

Closed robmarkcole closed 5 years ago

robmarkcole commented 5 years ago

As reported on the deepstack slack, I'm having a serious issue with RAM usage and inference time. Typically processing an image is taking ~ 20 seconds, and almost 4 GB RAM is being used by Docker in the process. Im on a MacBook Pro 2017, with 8 GB 2133 MHz LPDDR3, macOS 10.14.2.

image

johnolafenwa commented 5 years ago

Hi @robmarkcole , Thanks for providing more details on your system specs. We have observed this issue when running deepstack on docker toolbox in windows, i assume you are running docker toolbox on macos. At present, we primarily support running deepstack on linux machines and on windows 10 pro or docker on macos without using the toolbox.

robmarkcole commented 5 years ago

To do: update docs highlighting windows/mac limitations

robmarkcole commented 5 years ago

@johnolafenwa I am not running docker toolbox (legacy) but desktop:

image

johnolafenwa commented 5 years ago

@robmarkcole Thanks for the info. We have not tested DeepStack on MacOS before. We shall look into this. The native non-docker version will also be developed to address the discrepancies in performance caused by docker on windows and mac.

robmarkcole commented 5 years ago

This is resolved now

OlafenwaMoses commented 5 years ago

Good to know. Thanks @robmarkcole