Hanawh / Atlas_200DK_yolov3_tf_cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas_200DK_yolov3_tf_cpp

Notes

Because the official code gives the yolov3 model trained by caffe.To facilitate the training of my own datasets, I will use the tenforflow version of the yolov3 model trained by this repository. I modified the official code to deploy the OM Model transfered from tensorflow model using cpp. At the same time, you can get the time spent in preprocessing, model inference, post-processing.

Environments

  • C73

Visualization

some results you can see in 'out/ouput'

demo image demo image

About


Languages

Language:Makefile 38.9%Language:C++ 31.8%Language:C 15.1%Language:CMake 14.1%Language:Shell 0.0%