摘要:
对整篇paper的一个总结:https://blog.csdn.net/xbinworld/article/details/69049680 github:1.https://github.com/Dive-frank/caffe_stn 有prototxt,并且prototxt看起来写的还不错 2 阅读全文
posted @ 2018-07-31 18:23
有梦就要去实现他
阅读(479)
评论(0)
推荐(0)
摘要:
这个是自己用的focal loss的代码和公式推导:https://github.com/zimenglan-sysu-512/Focal-Loss 这个是有retinanet:https://github.com/unsky/RetinaNet 阅读全文
posted @ 2018-07-31 13:58
有梦就要去实现他
阅读(431)
评论(0)
推荐(0)
摘要:
实现新layer后,如果我还是在原来的build文件夹里面make,好像是不会编译新的层的,所以跑程序会报没有你新添加的这个层.要么make clear重新make,要么就直接./build.sh,这两个都是完全的重新编译. 阅读全文
posted @ 2018-07-31 13:29
有梦就要去实现他
阅读(202)
评论(0)
推荐(0)