Abstract: Training object class detectors typicall…
作者:chuchienshu
Python tools series(updating)
tqdm tqdm(读音:taqadum, تقدّم)在阿拉伯语中的意思是进展。在西班牙语中是“我…
pytorch基本操作(待更新)
1.torch.cuda() torch.cuda会记录当前选择的GPU,并且分配的所有CUDA张量…
Segmentation: A SLIC Superpixel Tutorial using Python
What’s a Superpixel? 图像其实就是一组像素的排列,不管是灰度图还是彩色图。通常单…
分布式 TensoFlow:入坑指南
翻译自:http://amid.fish/distributed-tensorflow-a-gent…
Prediction Under Uncertainty with Error-Encoding Networks
论文链接:https://arxiv.org/abs/1711.04994 在本篇论文中,我们介绍一…
opencv 3.3.0 安装
For detailed info, please refer to https://www.pyi…
A Tutorial on Clustering Algorithms
Introduction | K-means | Fuzzy C-means | Hierarchi…
tensorflow高级用法
在CV工作中,为了实现data agumentation,我们常常需要对图片进行旋转,裁剪,平移,加…
Python库之pil
PIL 具备(但不限于) 以下的能力: 数十种图档格式的读写能力。 常见的JPEG, PNG, BM…