Skip to content

akuzyagin/video-detection-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-detection-example

You should run target/quarkus-app/quarkus-run.jar after clean and install. Same if you run it via IDE.

yolov5x.torchscript.zip - pretrained yolov5x from https://github.com/ultralytics/yolov5#pretrained-checkpoints converted via export.py (https://github.com/ultralytics/yolov5/blob/master/export.py) to torchscript and zipped by linux zip util

libopencv_java470.so - OpenCV lib build from src (https://github.com/opencv/opencv)

Requirements:

  • Nvidia
  • CUDA
  • CUDNN
  • ffmpeg
  • OpenCV (4.7.0)
  • GraalVM (17.0.7)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages