码迷,mamicode.com
首页 >  
搜索关键字:pdf pfile    ( 8709个结果
.net mvc 下显示wpf文件
显示效果: 代码: 前端代码: <iframe style="height:600px;width:95%;" id="pdf" frameborder="0" scrolling="yes" frameborder="0" scrolling="yes"> </iframe> js部分: url= ...
分类:Windows程序   时间:2020-07-14 17:58:20    阅读次数:82
(12)可形变卷积
之前的项目中使用了可形变卷积,感觉有效果,所以就具体看一下。 论文: http://openaccess.thecvf.com/content_ICCV_2017/papers/Dai_Deformable_Convolutional_Networks_ICCV_2017_paper.pdf代码:  ...
分类:其他好文   时间:2020-07-14 16:28:16    阅读次数:63
残差网络与非残差网络间的插值-Interpolation between Residual and Non-Residual Networks
地址:https://arxiv.org/pdf/2006.05749.pdf ...
分类:Web程序   时间:2020-07-14 13:33:52    阅读次数:79
轻量级网络-ReXNet:Diminishing Representational Bottleneck on Convolutional Neural Network
地址:https://arxiv.org/pdf/2007.00992.pdf github:https://github.com/clovaai/rexnet ...
分类:Web程序   时间:2020-07-14 13:30:29    阅读次数:86
卷积骚操作-PSConv:Squeezing Feature Pyramid into One Compact Poly-Scale Convolutional Layer
地址:https://arxiv.org/pdf/2007.06191 github:https://github.com/d-li14/PSConv ...
分类:其他好文   时间:2020-07-14 13:11:58    阅读次数:137
卷积骚操作-Rethinking Bottleneck Structure for Efficient Mobile Network Design
地址:http://xxx.itp.ac.cn/pdf/2007.02269.pdf github:https://github.com/ zhoudaquan/rethinking_bottleneck_design ...
分类:Web程序   时间:2020-07-13 21:47:59    阅读次数:126
AutoAssign: Differentiable Label Assignment for Dense Object Detection
地址:https://arxiv.org/pdf/2007.03282.pdf ...
分类:其他好文   时间:2020-07-13 21:36:34    阅读次数:121
提取pdf中文字
import pdfplumber as pdf with pdf.open(r'E:\pdf\python.pdf')as f: for i in f.pages: con=i.extract_text() print(con) ...
分类:其他好文   时间:2020-07-13 13:30:27    阅读次数:49
Oracle Database 19c中的自动索引
Oracle Database 19c中的自动索引 1、它能做什么 自动索引功能执行以下操作。 根据表列使用情况确定潜在的自动索引。文档称这些为 “候选索引 (candidate indexes)”。 将自动索引创建为不可见索引,因此不会在执行计划中使用它们。索引名称包括 “SYS_AI”前缀。 根 ...
分类:数据库   时间:2020-07-13 13:21:06    阅读次数:90
Java 在PDF中绘制形状(基于Spire.Cloud.SDK for Java)
Spire.Cloud.SDK for Java提供了pdfPathApi接口可用于在PDF文档中绘制形状(或图形),如绘制线条形状drawLine()、绘制矩形形状drawRectanglef(),下面将介绍如何通过Java示例和步骤来实现: 一、导入jar文件。(有2种方式) 创建Maven项目 ...
分类:编程语言   时间:2020-07-13 12:00:06    阅读次数:74
8709条   上一页 1 ... 24 25 26 27 28 ... 871 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!