一、算法与代码
参考文章https://zhuanlan.zhihu.com/p/32404424
代码链接https://github.com/chenyuntc/simple-faster-rcnn-pytorch
二、Q&A
1、安装pprint模块失败,“Could not find a version that satisfies the requirement pprint”
答:使用镜像源下载,“pip install pprint -i https://pypi.doubanio.com/simple/ --trusted-host pypi.douban.com”