in src
for test on images run image.py
python3 image.py
or for test on videos run video.py
python3 video.py
or
for start webapp run entrypoint.py
python3 entrypoint.py
dvc pull
don't forget to install dvc
pip install dvc
or use gdown and download from Google Drive
cd models
chmod +x get_weights.sh
./get_weights.sh
sudo docker-compose up --build -d