patryklaskowski / Docker-Darknet

Docker container with YOLO Darknet and Jupyter Notebook. Step by step instructions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Darknet

made-with-python made-with-docker made-with-jupyter made-with-darknet
Doker with darknet architecture and jupyter notebook.

1. To run:

git clone https://github.com/patryklaskowski/Docker-Darknet
cd Docker-Darknet
chmod +x start.sh
./start.sh

Above code will clone repository and run Docker container with Jupyter Notebook inside. By default port 1306 is used. Script automates whole process creating container using DockerHub and opening Google Chrome on http://127.0.0.1:1306.


2. To use YOLOv4:

Make sure first step is done. Go to /Share directory to see more details in README.


DockerHub: https://hub.docker.com/r/patryklaskowski/darknet/tags

About

Docker container with YOLO Darknet and Jupyter Notebook. Step by step instructions.


Languages

Language:Python 54.7%Language:Dockerfile 24.5%Language:Shell 20.8%