Skip to content

Symb1OS/bdo-kapcha-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bdo-captcha-recognizer

Identification captcha for automatic fishing in Black Desert Online.

captcha

Requirements

In order to use this image you must have Docker Engine installed. Instructions for setting up Docker Engine are available on the Docker website.

You will also need to install nvidia-docker, which we will use to start the container with GPU access. This can be found at NVIDIA/nvidia-docker.

Building

docker build -t pytorch-notebook .

Running

docker run --rm -it --init \
            -p 8888:8888 \ 
            --runtime=nvidia \ 
            --ipc=host \
            --volume=$PWD/notebook:/app \
            -e NVIDIA_VISIBLE_DEVICES=all pytorch-notebook
            

About

NN for parsing captcha in Black Desert Online

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published