tensorflow官方提供的目标检测与分类API
1.tensorflow官方提供的目标检测与分类API
在https://github.com/tensorflow/models中的research文件中有各种各样的API,
在research文件夹中,slim文件夹是图像分类API,object_detection是目标检测API,就是拿来就能用的API
最好看文件夹中提供的官方文档来使用这些API,也可参考以下两篇CSDN(优先看官方教程):
https://blog.csdn.net/qq_37541097/article/details/101306759
https://blog.csdn.net/qq_37541097/article/details/101711261

浙公网安备 33010602011771号