centernet2019.11.05

 

安全帽和人脸关键点:

https://github.com/CaoWGG/TensorRT-CenterNet

error: namespace "std" has no member "accumulate"

add:

#include 

error:

error: ‘vector’ was not declared in this scope
     vector result(inputSize*inputSize*channel);
 

解决方法:加std::

#include

std::vector
 

Failed to load module "canberra-gtk-module"

sudo apt-get install libcanberra-gtk-module

 

安装tensorrt:

https://blog.csdn.net/jacke121/article/details/102924897

安全帽:

https://github.com/YaphetS-X/CenterNet-MobileNetV3

 

这个无权重:

https://github.com/feiyuhuahuo/CenterNet_object_detection

你可能感兴趣的:(深度学习)