Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 862 Bytes

File metadata and controls

26 lines (19 loc) · 862 Bytes

Person Segmentation with peer-to-peer aiortc

Python 3.9Python 3.10

Using Docker

NOTE: There might be building issues with docker for MacOS with the M-series arm chips. Use local setup as an alternative.

docker build -t pseg_wcam_aiortc_server:latest .
bash run_docker_server.sh -h 8080
# go to http://localhost:8080/ in your browser

Local setup

# inside a virtual env
pip install -r requirements.txt
python server.py
# go to localhost:8080