计算机视觉算法一些资源

物体检测:
cocoapi: https://github.com/cocodataset/cocoapi
efficientdet: https://github.com/google/automl/tree/master/efficientdet
https://github.com/zylo117/Yet-Another-EfficientDet-Pytorch
yolo-v3: https://github.com/mystic123/tensorflow-yolo-v3
yolov4: https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks

OCR相关:
https://github.com/bai-shang/crnn_ctc_ocr_tf
CRNN+CTC: https://zhuanlan.zhihu.com/p/43534801
https://mp.weixin.qq.com/s/enVx8sLoxmaSM8NlUL5IMQ

二维码:
https://zhuanlan.zhihu.com/p/38649280

人脸:
https://github.com/deepinsight/insightface#verification-results-on-combined-margin
https://www.zhihu.com/question/37060782/answer/542948113?utm_source=wechat_session
https://github.com/luckycallor/InsightFace-tensorflow
https://blog.csdn.net/wgx571859177/article/details/79690185
美颜:https://mp.weixin.qq.com/s/Xfdetg7Blcb2VDo9RYjJjg
人脸综述: https://mp.weixin.qq.com/s/tV6sbss1dRD3l0gAw-LMxg

一些数据:
cityscapes图像分割: https://blog.csdn.net/zz2230633069/article/details/84591532
鉴黄: https://mp.weixin.qq.com/s/QEq8fHY2HCOuCXUWXwOpyA
https://github.com/alex000kim/nsfw_data_scraper
https://github.com/EBazarov/nsfw_data_source_urls
图像标注工具: https://mp.weixin.qq.com/s/0mQVw40sz-Dgz_0uqyg5sw

学习资料:
https://github.com/SnailTyan/deep-learning-papers-translation
https://mp.weixin.qq.com/s/WQ3yzio4yVQqAfqTaSvW9Q

你可能感兴趣的:(机器学习)