Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 756 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 756 Bytes

Streamlit for CV applications

This repo contains some CV applications using streamlit.

Installation

  • Build docker image (uncomment the required packages, if not can be installed at the next step)
  • Install required packages (choose if packages should be installed as editable)
./setup_packages.sh

Usage

  • Run ScaledYOLOv4 on a single image
streamlit run app_single_image.py
  • Run ScaledYOLOv4 on a folder of images
streamlit run app_folder_images.py
  • Run ScaledYOLOv4 (with/without tracking) on a video file
streamlit run app_videofile.py
  • Run ScaledYOLOv4 on webcam / video file / rtsp stream with streamlit-webrtc (buggy, use at your own risk)
streamlit run app_video_webrtc.py