Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

anhlt18vn/object-detection-tensorrt-java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#object detection tensorrt java

Thanks to javacpp projects that build the bridge between jvm and native C/C++ libraries. TensorRT, OpenCV are available for Java developers. This project is an example that builds object detection application on Java using javacpp-preset tensorrt.

Install

  • CUDA 10.1
  • TensorRT 6.0.1.5

To create pre-trained model yolov3 in tensort, please follow the guide from official TensorRT: Object Detection With The ONNX TensorRT Backend In Python

To run the demo:

  • arg[0] path to the generated yolov3.trt file.
  • arg[1] path to the video file (e.g video.mp4)

Demo on Youtube: https://www.youtube.com/watch?v=RGnpiJWMPN8

About

Simple object detection with TensorRT javacpp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.