GitXplorerGitXplorer
l

minecraft-sheep-detection

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
088ee882316d84f9e8546ea649132ad6e31d7dda

added large file tracking

llukaskuhn-lku committed 4 years ago
Unverified
3c2d073171e981c7c9314b7b5fac4db1d7e08f14

init

llukaskuhn-lku committed 4 years ago

README

The README file for this repository.

Object Detection in Minecraft using YoloV3

detection image

Objective

Recognizing sheeps in Minecraft in a live gameplay using OpenCV and YoloV3 with a custom detection model.

How to use

Start the yolo.py script while running Minecraft (v. 1.16.2 or change it in the script) in windowed mode and walk up to a sheep mob. The script will show you a yellow bounding box and the label "Sheep" if it is detected correctly together with a confidence score in percent.