Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 443 Bytes

object-detection 🖼️🖼️🖼️

A helpful boilerplate for object detection, using Spring Boot (Kotlin) and YOLOv7

Setup

Prerequisites

Java 17

Compiled darknet .exe https://github.com/AlexeyAB/darknet with YOLOv7 model AlexeyAB/darknet#8595

install, compile and build jar

  1. to install dependencies, compile and build jar run ./gradlew build
  2. then run the outputted jar with java -jar