
好文赏析
文章平均质量分 86
好文转载翻译
血_影
关注:计算机视觉、图形图像处理、机器学习、人工智能等领域.
喜欢:C/C++/python
邮箱:1013279512@qq.com
展开
-
常见的零拷贝技术
常见的零拷贝技术原创 2024-05-05 21:40:22 · 367 阅读 · 1 评论 -
A half-hour to learn Rust
In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don’t know what it means?In this article, instead of focusing on one or two concepts, I’ll try to go through as many Rust snippets转载 2021-04-01 10:28:42 · 244 阅读 · 0 评论 -
Distributed training of Deep Learning models with PyTorch
The motive of this article is to demonstrate the idea of Distributed Computing in the context of training large scale Deep Learning (DL) models. In particular, the article first presents the basic con...转载 2019-08-29 14:06:10 · 652 阅读 · 0 评论 -
Object Detection and Classification using R-CNNs
参考地址在这篇文章里,我将详细剖析近期发表的一篇关于目标检测和分类的深度学习算法R-CNN(Regions with CNN features)是如何工作。在自然场景图片检测和分类上R-CNN已被证明比以往的方法更有效并且mAP得分更高。Ross Girshick等的一系列R-CNN文章包括如下:RCNNFast R-CNNFaster R-CNN这篇文章将讲解R-CNN系列的最后一...转载 2019-08-22 21:33:04 · 1177 阅读 · 0 评论 -
SSD: Single Shot MultiBox Detector
算法简介state-of-the-art object detection systemshypothesize bounding boxesresample pixels or features for each boxapply a high- quality classifierSSDSSD算法是一种直接预测目标类别和bounding box的多目标检测算法。与faster r...原创 2019-09-07 21:34:17 · 264 阅读 · 0 评论