码迷,mamicode.com
首页 >  
搜索关键字:feature    ( 1944个结果
『计算机视觉』Mask-RCNN_其七:Mask生成(待续)
一、Mask生成概览 上一节的末尾,我们已经获取了待检测图片的分类回归信息,我们将回归信息(即待检测目标的边框信息)单独提取出来,结合金字塔特征mrcnn_feature_maps,进行Mask生成工作。 ...
分类:其他好文   时间:2018-10-23 18:03:37    阅读次数:531
如何在Windows 10上访问NFS的share
大致过程是:1. 开启名为“Services for NFS”的Windows Feature.2. 如果需要拥有写权限,需要修改注册表。3. Mount即可。具体步骤详见下文:https://graspingtech.com/mount-nfs-share-windows-10/ ...
分类:Windows程序   时间:2018-10-23 14:44:40    阅读次数:843
pandas 读取大文件 read_table C-engine CParserError: Error tokenizing data
engine : {‘c’, ‘python’}, optional Parser engine to use. The C engine is faster while the python engine is currently more feature-complete. ...
分类:其他好文   时间:2018-10-22 13:00:51    阅读次数:365
关于RoI pooling 层
ROIs Pooling顾名思义,是pooling层的一种,而且是针对ROIs的pooling; 整个 ROI 的过程,就是将这些 proposal 抠出来的过程,得到大小统一的 feature map。 什么是ROI呢?(https://www.sogou.com/link?url=DOb0bgH ...
分类:其他好文   时间:2018-10-21 13:12:18    阅读次数:650
Learning Discriminative and Transformation Covariant Local Feature Detectors实验环境搭建详细过程
依赖项: Python 3.4.3 tensorflow>1.0.0, tqdm, cv2, exifread, skimage, glob 1、安装tensorflow:https://www.tensorflow.org/install/pip?lang=python3 1、安装python开发 ...
分类:其他好文   时间:2018-10-20 18:31:09    阅读次数:200
Feature Scaling: Normalization and Standardization
Most algorithms will probably benefit from standardization more than from normalization. Some algorithms assume that our data is centered at 0. For ex ...
分类:其他好文   时间:2018-10-18 10:51:59    阅读次数:230
机器学习(三) 贝叶斯文本分类问题
导入sklearn.feature_extraction.text.TfidfVectorizer用于转换字符串 from sklearn.feature_extraction.text import TfidfVectorizer # 创建对象 tf = TfidfVectorizer() # 训... ...
分类:其他好文   时间:2018-10-17 14:39:09    阅读次数:114
hdu 2222 Keywords Search
Problem Description In the modern time, Search engine came into the life of everybody like Google, Baidu, etc.Wiskey also wants to bring this feature ...
分类:其他好文   时间:2018-10-14 17:47:28    阅读次数:145
CME 292 Lecture 1 Language Features
We're going to be talking about the MATLAB fundamentals, such as the main feature of MATLAB, which is access to a matrix. We're going to talk about ho... ...
分类:其他好文   时间:2018-10-13 19:48:42    阅读次数:179
关于在天机项目中遇到的常用git 命令
1. 本地分支和远程分支 1>我们在本地创建分支,第一次push到远程是没有分支存在,执行git push 会有提示,按照提示的内容操作即可,当然我们也可以 git push origin feature-branch:feature-branch //推送本地的feature-branch(冒号前 ...
分类:其他好文   时间:2018-10-12 17:49:41    阅读次数:188
1944条   上一页 1 ... 41 42 43 44 45 ... 195 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!