Code Monkey home page Code Monkey logo

Comments (10)

hristo-atanasov avatar hristo-atanasov commented on July 28, 2024

I'm running HASS Deepstack face on docker on windows PC and I have the same problem.

from hass-deepstack-face.

DivanX10 avatar DivanX10 commented on July 28, 2024

Watch this video, maybe this will help you
Посмотрите это видео, возможно это вам поможет

from hass-deepstack-face.

cigas4 avatar cigas4 commented on July 28, 2024

Also when I start deepstack it says "visit local host to activate Deepstack". Maybe it needs some kind of activation to work? Unfortunately cant find any info on activation.. If I enter random key it says "Can't reach activation server".

Screenshot 2021-05-17 at 08 57 11

from hass-deepstack-face.

DivanX10 avatar DivanX10 commented on July 28, 2024

from hass-deepstack-face.

cigas4 avatar cigas4 commented on July 28, 2024

You have installed deepstack version 1.0, which means you have it installed on raspberry. I personally encountered this when I tried to install it on a raspberry. Deepstack has dropped support for raspberry. You need to install the latest version, and this is version 2 and it is already activated Вы установили deepstack версии 1.0, а значит у вас это установлено на raspberry. Сам лично сталкивался с этим, когда пытался установить на raspberry. Deepstack прекратил поддержку для raspberry. Нужно ставить последнюю версию, а это версия 2 и она уже активированная пн, 17 мая 2021 г., 9:01 Andrius @.***>:

Hi, Thanks for info. Is version 2 even available for PI?

from hass-deepstack-face.

DivanX10 avatar DivanX10 commented on July 28, 2024

from hass-deepstack-face.

cigas4 avatar cigas4 commented on July 28, 2024

Unfortunately for raspberry, images are no longer made. At the moment there is only this deepstack v 1.0 image that requires activation. You can install deepstack v 2 on windows, linux, docker К сожалению для raspberry больше не делают образы. На данный момент есть только этот образ deepstack v 1.0 который требует активации. Вы можете установить deepstack v 2 на windows, linux, docker пн, 17 мая 2021 г., 10:08 Andrius @.***>:

I am running docker on same rpi4. Also tried installing deepstack docker container, but there was some issues running it.. Only this method with image was working. Maybe need to check it again.

For installation I used this script:

#!/bin/bash
echo "Setting Up Prerequisites."
sudo apt-get update
sudo apt-get install redis-server -y
sudo apt-get install libatlas-base-dev libjpeg-dev -y
py=python3.7
$py --version
py_check=$?
if [ $py_check -ne 0 ]
then
py=python3.5
fi
sudo $py -m pip install numpy --upgrade
status=$?
if [ $status -ne 0 ]
then
exit
fi
sudo $py -m pip install scipy --upgrade
status=$?
if [ $status -ne 0 ]
then
exit
fi
sudo $py -m pip install pillow --upgrade
status=$?
if [ $status -ne 0 ]
then
exit
fi
sudo $py -m pip install redis --upgrade
status=$?
if [ $status -ne 0 ]
then
exit
fi
echo "Getting DeepStack"
sudo rm deepstack.deb
wget https://deepquest.sfo2.digitaloceanspaces.com/deepstack/deepstack.deb
echo "Installing DeepStack"
sudo dpkg -i deepstack.deb
sudo rm deepstack.deb
status=$?
if [ $status -eq 0 ]
then
echo 'DeepStack installed, run with sudo deepstack start "VISION-SCENE=True"'
fi

from hass-deepstack-face.

DivanX10 avatar DivanX10 commented on July 28, 2024

I was unable to run docker on the PI. I have successfully launched only on synology and on vmware with Hass OS with portainer integration
Мне не удалось запустить docker на PI. Я успешно запустил только на synology и на vmware с Hass OS c интеграцией portainer

Read on the forum deepstack
Почитайте на форуме deepstack

The answer of the author himself is that pi will no longer be supported and they go completely to docker
Ответ самого автора, что pi больше не будет поддерживаться и они уходят полностью в docker
image
VorlonCD/bi-aidetection#65 (comment)

from hass-deepstack-face.

robmarkcole avatar robmarkcole commented on July 28, 2024

Is this still an issue on latest deepstack image?

from hass-deepstack-face.

robmarkcole avatar robmarkcole commented on July 28, 2024

stale closing

from hass-deepstack-face.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.