Skip to content

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

Notifications You must be signed in to change notification settings

daniele-salerno/ONNX-infer

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages