- Choose input source - Local, RTSP or Webcam
- Input class threshold
- Set FPS drop warning threshold
- Option to save inference video
- Input class confidence for drift detection
- Option to save poor performing frames
- Display objects in current frame
- Display total detected objects so far
- Display System stats - Ram, CPU and GPU usage
- Display poor performing class
- Display minimum and maximum FPS recorded during inference
- Clone this repo
- Install all the dependencies
- Run -> streamlit run app.py
- Fixed bug in upsampling.py [YoloV5] for cuda 11.5
- Added New Requirement: TorchCUDA 11.5
Sahil Chachra