Online-learning relevance classifier built on pre-trained computer vision for machine learning university course.
Table of Contents
Drawio file here: cv_relevance_learning.drawio.
- Assumes python environment is already setup (Python
3.10or newer).
- Install packages your preferred way. If using pip, use the generic command below:
pip install -r requirements.txtDownload the YOLOv5 ONNX file in the root directory:
wget https://github.com/ultralytics/yolov5/releases/download/v7.0/yolov5n.onnxThe main code can be run right off of main.py:
python main.py