Skip to content
/ diffod Public

Diff tool to check object detection result.

Notifications You must be signed in to change notification settings

deryann/diffod

Repository files navigation

Diff (DiffOD)

Streamlit App to show difference for 2 different Object Detection models

Docker command reference

How to build it and run it.

# build it
docker build -t diffod:latest .

# run it (CPU)
docker run -it -p 127.0.0.1:8501:8501 diffod:latest

# run it (GPU)
docker run -it 

Use docker compose

to run app (include yolov5 and yolov8 interface) and yolov7

docker compose up

Contact

For DiffOd bugs and feature requests please visit GitHub Issues. For professional support please Contact Us.

Reference

About

Diff tool to check object detection result.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages