This is the official Docker image for YOLO to DeGirum N2X Compiler. Once the Docker container is started, DeGirum YOLO Compiler accepts client connections on port 8503.
Pull the DeGirum YOLO Compiler Docker image from Docker Hub by running the following command:
docker pull degirum/degirum_yolo:latest
DeGirum provides pre-built Docker container image on DockerHub, so you can run it right away. To run the Docker container, execute the following command:
docker run \
--mount type=bind,source=<path to calibration image directory>,target=/imagedir \
-v <docker volume shared with DeGirum AI server>:/workdir \
-p 8503:8503 \
degirum/degirum_yolo:latest
Here you specify the port number 8503 to map the host port to the container port, and the name of the Docker image "degirum/degirum_yolo:latest".
You can open http://localhost:8503 URL in your browser to access the DeGirum YOLO compiler.
Content type
Image
Digest
sha256:952f85d03…
Size
2.9 GB
Last updated
over 3 years ago
docker pull degirum/n2xcompiler