08 2018 档案

摘要:代码来自https://github.com/ruotianluo/pytorch-faster-rcnn 除了nms, roi_pooling, roi_align三部分用cuda完成,其他部分都是基于pytorch完成的。 首先看一下整个文件结构(二级): ├── data │ ├── demo 阅读全文
posted @ 2018-08-24 12:02 蠢材少年 阅读(2047) 评论(1) 推荐(0)
摘要:If your Neural Network model seems to have high variance, what of the following would be promising things to try? Make the Neural Network deeper N Get 阅读全文
posted @ 2018-08-16 05:28 蠢材少年 阅读(190) 评论(0) 推荐(0)
摘要:出于project的需要,不仅要detect和classify对象,还希望建立不同class的对象之间的关系,进行所谓的pair-matching。 需要完成以下几步: 1. dataset中label的增加: 在自定义的dataset类中,方法_load_XXX_annotation(self, 阅读全文
posted @ 2018-08-14 11:17 蠢材少年 阅读(233) 评论(0) 推荐(0)