/YOLOv8-Inference

Contains file to check infernece on custom trained model.

Primary LanguagePython

YOLOv8-Inference-

Contains file to check inference on the custom trained model.

Conda create -p venv python==3.9 -y pip install -r requirements.txt

If opencv cause eror then: pip uninstall opencv-python pip install opencv-python