Skip to content

Restructuring of inference. Writing a class in C++ with two methods: init() to load configs and initialize the network and detect() to work with a sequence of frames (video)

Notifications You must be signed in to change notification settings

Egorundel/class_of_tensorrt_inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class of TensorRT Inference (C++)

Restructuring of inference. Writing a class in C++ with two methods: init() to load configs and initialize the network and detect() to work with a sequence of frames (video)

To test the code, you can use my model.trt (disk.yandex.ru) (password: HFje), which I received after using my repository: Egorundel/yolov7_and_tensorrt-cpp-inference (github.com).

Note: this code does not save the result after detection, but displays the result during code execution

About

Restructuring of inference. Writing a class in C++ with two methods: init() to load configs and initialize the network and detect() to work with a sequence of frames (video)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published