码迷,mamicode.com
首页 >  
搜索关键字:there are two rows o    ( 14173个结果
python 批量创建文件夹
import os, sysdef genDir(): base = 'E:/py doc/data/' i = 0 name=['ZERO','ONE','TWO','THREE','FOUR','FIVE','SIX','SEVEN','EIGHT','NINE'] for j in range ...
分类:编程语言   时间:2020-04-04 09:23:26    阅读次数:108
ThunderNet :像闪电一样,旷视再出超轻量级检测器,高达267fps | ICCV 2019
论文提出了实时的超轻量级two stage detector ThunderNet,靠着精心设计的主干网络以及提高特征表达能力的CEM和SAM模块,使用很少的计算量就能超越目前的one stage detectors,在ARM平台也达到了实时性,GPU的速度更是达到267fps 来源:【晓飞的算法工 ...
分类:Web程序   时间:2020-04-03 13:55:05    阅读次数:221
ThunderNet: Towards Real-time Generic Object Detection
Related Work CNN-based object detectors:CNN-based object detectors are commonly classified into two-stage detectors and one-stage detectors. In two-st ...
分类:Web程序   时间:2020-04-03 11:43:43    阅读次数:87
POJ3349 Snowflake Snow Snowflakes(Hash)
You may have heard that no two snowflakes are alike. Your task is to write a program to determine whether this is really true. Your program will read ...
分类:其他好文   时间:2020-04-03 00:53:51    阅读次数:78
350. Intersection of Two Arrays II
Problem : Given two arrays, write a function to compute their intersection. Example 1: Example 2: Note: Each element in the result must be unique. The ...
分类:其他好文   时间:2020-04-02 01:22:47    阅读次数:64
有效括号的嵌套深度
/*示例 1:输入:seq = "(()())"输出:[0,1,1,1,1,0]示例 2:输入:seq = "()(())()"输出:[0,0,0,1,1,0,1,1]链接:https://leetcode-cn.com/problems/maximum-nesting-depth-of-two-v ...
分类:其他好文   时间:2020-04-01 16:18:36    阅读次数:53
【每天一道PAT】1002 A+B for Polynomials
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:其他好文   时间:2020-04-01 13:05:16    阅读次数:62
400gbase-sr8 400g osfp to osfp twinax copper dac c
OSFP 400G SR8 DAC Direct AttachCable is a twinax cable solution with two copper-based conductors fortransmitting electrical signals at short distances. The OSFP DAC Direct AttachCable transmit the signals faster (i.e. with a lesser latency) and require considerablyless current, compared to electrical signals sent via a twisted pair cable.
分类:Windows程序   时间:2020-04-01 13:04:41    阅读次数:89
[LeetCode] 1111. Maximum Nesting Depth of Two Valid Parentheses Strings
有效括号的嵌套深度。题意是给一个用字符串表示的嵌套括号,请按规则返回这个字符串的嵌套深度depth。嵌套深度的定义如下, depth("") = 0 depth(A + B) = max(depth(A), depth(B)), where A and B are VPS's depth("(" + ...
分类:其他好文   时间:2020-04-01 09:18:51    阅读次数:87
6516. 【GDOI2020模拟03.28】数二数(two)
"题目" 有一个$[1,n]$的整数,可以询问$[L,R]$,表示整个整数是否在这个区间里。 计算有多少个询问集合,使得这些询问过后,无论整数是$[1,n]$中哪一个都能被唯一确定。 $n\leq 300$ 思考历程 简化一下题目大意:可以通过询问,将数字分成若干组。 一开始$[1,n]$为一组。 ...
分类:其他好文   时间:2020-03-31 20:38:21    阅读次数:54
14173条   上一页 1 ... 45 46 47 48 49 ... 1418 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!