图像分类开源代码

1、 tensort 推理优化代码 (resnet、inception_v3、mobilenet、VGG)

https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification

2、tensorflow example retrain 代码 (mobilenet 模型)

https://github.com/tensorflow/hub/blob/master/examples/image_retraining/retrain.py

 

3. hekaiming  caffe version (do not include training code)

https://github.com/KaimingHe/deep-residual-networks

4. hekaiming  pytorch version (including training code)

https://github.com/facebook/fb.resnet.torch

5. tensorflow version (including training code)

https://github.com/tensorpack/tensorpack/tree/master/examples/ResNet

人脸识别:

-----------------------------------------------------------------------

1、https://github.com/seetaface/SeetaFaceEngine2 

     https://github.com/seetaface/SeetaFaceEngine

你可能感兴趣的:(deep,learning)