mask rcnn
hgtjcxy
这个作者很懒,什么都没留下…
展开
-
tf+ubuntu18.04+cuda10.1+python3+mask rcnn训练自己的数据+处理自己的数据+tensorboard保存损失函数
mAP&AP算法https://www.zhihu.com/question/534057791.代码来自于https://github.com/matterport/Mask_RCNN训练自己的数据参考博客https://blog.csdn.net/qq_29462849/article/details/81037343#commentBox批量重命名文件,注意,如果文件本...原创 2019-03-04 20:44:02 · 1618 阅读 · 3 评论 -
解救小白,python 无法导入自定义模块的问题(sys.append(bag_path)无法导入自定义的包)
1.我最开始是使用的JAVA,在JAVA里面,包都是由MVN帮忙管理了,所以对包的概念也不是特别清楚,后来在用python的时候发现,自己写的包无法导入,即使使用了sys.path.append也无效。2.后来发现,原来是因为我习惯性的把from xxx import xxx写在sys.path.append前面,导致未执行sys.path.append的时候就出现找不到包的错误了。所以,只需...原创 2019-03-10 15:53:20 · 8325 阅读 · 2 评论 -
如何安装imgaug
1. 首先使用pip安装如下包,对于Shapely,安装起来比较特殊,需要通过whl文件进行安装安装whl文件的教程https://jingyan.baidu.com/article/d45ad14857168e69552b801f.htmlpip install six numpy scipy Pillow matplotlib scikit-image opencv-python i...原创 2019-04-02 08:27:19 · 5644 阅读 · 0 评论 -
pytorch自动下载的权重保存位置
~/.cache/torch/checkpoints/resnet50-19c8e357.pth原创 2019-07-09 22:17:37 · 3902 阅读 · 3 评论