logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

GTX 1080Ti + cuda8.0 + cuDNN6.0 安装及测试

GPU 显卡厂商已经安装好了,直接安装cuda8.0+ cuDNN6.0我这里的显卡是 GTX 1080 Ticuda安装我下载的是cuda8.0的是deb格式的1.9个G地址:https://developer.nvidia.com/cuda-downloadscd到下载目录sudo dpkg -i cuda-repo-ubuntu1404-8-0-local-ga...

查看 CUDA cudnn 版本 & 测试 cuda 和 cudnn 有效性

https://medium.com/@changrongko/nv-how-to-check-cuda-and-cudnn-version-e05aa21daf6ccuda 版本cat /usr/local/cuda/version.txtcudnn 版本cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2

目标检测开源代码汇总 object detection algorithm codes

目标检测Faster RCNN + SSDSingle-Shot Refinement Neural Network for Object Detectionhttps://github.com/sfzhang15/RefineDet目标检测A Unified Multi-scale Deep Convolutional Neural Network for Fast Objec

小目标检测--A closer look: Small object detection in Faster R-CNN

A closer look: Small object detection in Faster R-CNNImproving Small Object Proposals for Company Logo Detection这里主要分析 Faster R-CNN 对小目标检测的性能分析及改进。 主要是 多尺度 RPN 和多尺度分类网络数据中目标尺寸分布3.1 Region Proposa

目标检测--Enhancement of SSD by concatenating feature maps for object detection

Enhancement of SSD by concatenating feature maps for object detectionBMVC 2017 本文是对SSD 的改进,通过牺牲一点速度来提高精度,主要解决SSD 两个问题:1)同一目标多次检测,2)小目标检测率不高改进的地方:1)将不同尺度的 特征图 融合起来;2)增加 feature pyramid 网络层的特征图数量

Tensorflow 源码安装成功,导入报错 ImportError: cannot import name 'build_info'

ImportError: cannot import name ‘build_info’ImportError: Could not import tensorflow. Do not import tensorflow from its source directory; change directory to outside the TensorFlow source tree, and r.

无人驾驶中的目标检测--MODNet: Moving Object Detection Network for Autonomous Driving

MODNet: Moving Object Detection Network with Motion and Appearance for Autonomous Driving这里讲视频动作识别中的 two stream networks 框架应用于无人驾驶中的目标检测,视频分析中的motion and appearance cues本文的 contributions 主要以下三点:1

目标检测分割--BlitzNet: A Real-Time Deep Network for Scene Understanding

BlitzNet: A Real-Time Deep Network for Scene UnderstandingICCV2017Project:http://thoth.inrialpes.fr/research/blitznet/Code:https://github.com/dvornikita/blitznet本文在 SSD 基础上改进提出 BlitzNet,使其

语义分割--Fully Convolutional DenseNets for Semantic Segmentation

The One Hundred Layers Tiramisu:Fully Convolutional DenseNets for Semantic SegmentationCVPRW 2017Code: https://github.com/SimJeg/FC-DenseNet本文将 DenseNets 按照 FCN 方式用于 语义分割首先看看 DenseNets该网络主要由d

Nvidia TX2 安装中文输入法

https://blog.csdn.net/jiangchao3392/article/details/73650710硬件平台: NVIDIA Jetson TX2系统平台: Ubuntu16.04 LTS搜狗输入法:1,搜狗官网下载搜狗输入法http://pinyin.sogou.com/linux/2,安装,鼠标右键安装。3,重启,就行了(这里应该需要做些设置...

    共 37 条
  • 1
  • 2
  • 3
  • 4
  • 请选择