08 2018 档案
摘要:代码来自https://github.com/ruotianluo/pytorch-faster-rcnn 除了nms, roi_pooling, roi_align三部分用cuda完成,其他部分都是基于pytorch完成的。 首先看一下整个文件结构(二级): ├── data │ ├── demo
阅读全文
摘要: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
阅读全文
摘要:出于project的需要,不仅要detect和classify对象,还希望建立不同class的对象之间的关系,进行所谓的pair-matching。 需要完成以下几步: 1. dataset中label的增加: 在自定义的dataset类中,方法_load_XXX_annotation(self,
阅读全文

浙公网安备 33010602011771号