自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 资源 (1)
  • 收藏
  • 关注

原创 一个用于输出本计算机Python版本、TensorFlow-GPU安装对应cuda和cudnn版本的脚本

超实用的一个脚本,Windows系统安装TensorFlow-GPU时再也不用发愁cuda和cudnn的版本问题了# Copyright 2015 The TensorFlow Authors. All Rights Reserved.## Licensed under the Apache License, Version 2.0 (the "License");# you may no...

2018-11-19 16:25:11 562

原创 将caltech数据集转换成VOC格式

目的:将Caltech行人数据集转换为Pascal VOC格式参考来源https://www.cnblogs.com/arkenstone/p/7337077.html 但是这里面的代码有一些问题,我在其中修改了一些 操作步骤如下:将下载好的caltech pedestrian dataset解压,数据集下载地址,并按如下格式存放:(最好是按照下图的格式存放,不然容易报错)        ...

2018-11-11 12:37:52 4196 15

原创 Repulsion Loss: Detecting Pedestrians in a Crowd代码分析

loss部分的TensorFlow版本:https://github.com/JegernOUTT/repulsion_losspytorch版本:https://github.com/bailvwangzi/repulsion_loss_ssd 未完待续

2018-11-24 16:37:16 1586

原创 行人检测论文阅读--《Bi-box Regression for Pedestrian Detection and Occlusion Estimation》

论文地址:https://cse.buffalo.edu/~jsyuan/papers/2018/Bi-box%20Regression%20for%20Pedestrian%20Detection.pdf这篇论文被2018 ECCV 收录 一、文章出发点:针对行人遮挡问题(occlusions),提出一种新颖的行人检测和遮挡估计的方法,通过回归两个bounding boxes分别...

2018-11-16 21:28:55 3544 1

原创 ModuleNotFoundError: No module named 'pycocotools'

问题描述:在TensorFlow object detection api 下执行eval. py ,会报错:ModuleNotFoundError: No module named 'pycocotools'解决方案:D:\models\research\object_detection>pip install git+https://github.com/philferriere...

2018-11-09 20:49:48 2236

原创 fd = open(PATH_OUTPUT, 'w') Permission denied

错误原因: PATH_OUTPUT是个目录,应该要具体到文件名最初我的 PATH_OUTPUT是C:\models\research\object_detection\data\output_json希望写入一个result_annos.json 文件,那么我的PATH_OUTPUT就应该是C:\models\research\object_detection\data\output_json...

2018-11-06 11:25:53 531

Digital Communications.pdf

Digital Communications is a classic book in the area that is designed to be used as a senior or graduate level text. The text is flexible and can easily be used in a one semester course or there is enough depth to cover two semesters. Its comprehensive nature makes it a great book for students to keep for reference in their professional careers. This all-inclusive guide delivers an outstanding introduction to the analysis and design of digital communication systems. Includes expert coverage of new topics: Turbocodes, Turboequalization, Antenna Arrays, Digital Cellular Systems, and Iterative Detection. Convenient, sequential organization begins with a look at the history and classification of channel models and builds from there.

2019-09-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除