先mark几个地址

看了几个faster rcnn的代码,注释,觉得还好,目前没时间细看,先mark一下

https://www.cnblogs.com/wind-chaser/p/11359948.html

https://blog.csdn.net/qq_32678471/article/details/85678921

https://blog.csdn.net/e01528/article/details/84026513

https://www.cnblogs.com/kerwins-AC/p/9728731.html

https://www.cnblogs.com/houkai/p/6824455.html

还有一个mobilnet的代码

https://github.com/marvis/pytorch-mobilenet/blob/master/main.py

yolo4的

https://blog.csdn.net/weixin_44791964/article/details/106214657

扫描二维码关注公众号,回复: 11275433 查看本文章

crnn的

keras的https://github.com/felixBrave/ocr_chinese/blob/master/crnn/net/network.py

tensorflow的https://github.com/bai-shang/crnn_ctc_ocr_tf/blob/master/crnn_model/model.py

文本的east和crnn:https://www.cnblogs.com/Allen-rg/p/10420553.html

猜你喜欢

转载自www.cnblogs.com/haiyanli/p/12970143.html