2018云从人头计数


the first column the second column
linux keypoints
ctrl shift + unbuntu终端放大
ctrl - unbuntu终端缩小

1 WACV2019

2 AAAI2019

  • Almost Unsupervised Learning for Dense Crowd Counting

    • 无人监督的密集人群计数学习
  • ls是单词list的简写,Linux有些命令的名字大多采用单词简写,比如rm命令是remove的简写,而mv命令则是move的简写,还有cp=copy,chown=change owner等等。

在神经网络中,我们知道卷积层通过卷积核和原始特征的线性结合得到输出特征,由于卷积核通常是局部的,为了增加感受野,往往采取堆叠卷积层的方式,实际上这种处理方式并不高效。同时,计算机视觉的很多任务都是由于语义信息不足从而影响最终的性能。自注意力机制通过捕捉全局的信息来获得更大的感受野和上下文信息。

command line arguments:

命令行参数(这定义贼TM神奇)

在欧式空间中,这个问题显然是“只有一条”,然而在非欧空间中,这个问题就不一定了。
马鞍形的双曲抛物面,就是一个非欧空间的例子。现实中,非欧空间的例子还很多。
下图中,粉色和黄色线都平行于蓝线,且都经过同一点。更重要的是,蓝色和黄色的平行线并非
与欧式空间中的平行线一样处处距离相等。

Character encoding

encoding

春眠不觉晓,处处闻啼鸟。

春眠不觉晓,处处闻啼鸟。

The First Column The Second Column
sys.argv[] list
argv argument vector
PIL Python Image Library
resize img = img.resize((width , height),Image.ANTIALIAS)
antialias [平滑,抗锯齿](https://www.cnblogs.com/hzm112567/p/4155167.html)
normal distribution \(f(x;\mu,\sigma)=\frac{1}{\sqrt{2\pi}\sigma}exp{-\frac{(x-\mu)^2}{2\sigma^2}}\)
import base64 Base64 is a way of encoding invisible characters into characters
UTF-8 Unicode Transformation Format
Byte 字节
Character encoding 字符编码
encoding 编码
#rotating image
w = img.shape[1]
#convert picture to word
with open("C:\\Users\\user\\Desktop\\111.png
The first Column The Second Column
FocalLoss one-stage
Binary classification 二分类
Recall TP/(TP+FN)
SSD Single Shot MultiBox Detector
SSD:One-Stage one-stage improve detection speed
Recall FN 真故障
mAP mean Average Precision
PR curve Precision-Recall,AP就是该曲线下的面积
IoU threshold 交并补阈值_一般0.5
The PASCAL Visual Object Classes VOC
NMS [
AP average precision
binary classification cross entorpy CE
NMS non-max suppression algorithm
jieba tfidf Top20

transmission to competition


transmission

the first column the second column
IoU Intersection over Union
IoU \(\div{Area of Overlap}{Area of Union}\)
Overlap 重叠部分
union 联合
intersection 相交
ground truth bounding boxes
置信框 置信度
prior box Be similiar to Prior Box
SSD Single Shot MultiBox Detector
one-hot label and one-hot
normalization batch normalization
normalization 归一化
tanh(hyperbolic tangent) hyperbolic 双曲线的
tangent 正切
mean 平均数
batch normalization
instance normalization
BN and IN
Standardization standardization
Discretization 离散化
PCA principal component Analysis
CVR Conversion Rate

2017_daguan_cup

the first column the second column
1 1
2 2
3
Android development route going to Android
Android development needs 2018 招聘
leetcode leetcode
lintcode lintcode

IoU threshold

(1)produce many object proposals

when the IoU threshold is small,such as 0.1,the result is that two boxes will become one box

when the IoU threshold is large,such as 0.6,so that getting the wrong result

wdir

working directory


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM