Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 440 Bytes

ONNX-infer

python

About

Simple script to test Semantic Segmentation Models exported in ONNX with a single image or video

Install

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python image_semantic_segmentation.py
python video_semantic_segmentation.py

Output Example

alt text