自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 MacOS wget ‘command not found‘ 解决办法

MacOS wget ‘command not found’ 解决办法在终端输入 brew install wget安装如果发现brew也没装那么先安装brewbrew安装方法: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2021-02-27 19:21:10 8226 1

原创 [论文笔记 ECCV2020] Learning to Count in the Crowd from Limited Labeled Data

[论文笔记 ECCV2020] Learning to Count in the Crowd from Limited Labeled Data摘要 Abstract贡献 ContributionsModel Architecture(GP-based iterative learning)整个训练过程分为两个阶段1. labeled training stage2. unlabeled training stageLabeled StageUnlabeled Stage总的losslossloss实现细节

2020-10-11 21:40:19 344

原创 [论文笔记 CVPR2020]Adaptive Dilated Network with Self-Correction Supervision for Counting

[论文笔记 CVPR2020]Adaptive Dilated Network with Self-Correction Supervision for Counting概述摘要 Abstract挑战与动机 Challenges & MotivationThree limitations in this supervised method贡献 Contributions模型总体结构 Model ArchitectureAdaptive Dilated Convolution为什么不使用Deforma

2020-08-10 22:29:53 1849 7

原创 [论文笔记 CVPR2020]Attention Scaling for Crowd Counting

[论文笔记 CVPR2020]Attention Scaling for Crowd Counting论文地址:https://openaccess.thecvf.com/content_CVPR_2020/papers/Jiang_Attention_Scaling_for_Crowd_Counting_CVPR_2020_paper.pdf概述摘要 Abstract基于卷积神经网络的方法通常是将人群计数任务看做成一个回归任务,也就是说建立图像内容到密度图分布之间的一个映射关系。但是对于不同的密

2020-07-18 21:36:19 1824 4

原创 百度PaddlePaddle强化学习七日打卡营

百度PaddlePaddle强化学习七日打卡营强化学习Agent的两种学习方案PARL强化学习MDP四元组<S,A,P,R><S,A,P,R><S,A,P,R>在线学习VS离线学习Sarsa-learn函数离散动作VS连续动作Policy-gradientDQN ![在这里插入图片描述](https://img-blog.csdnimg.cn/20200627111651123.JPG?x-oss-process=image/watermark,type_ZmFuZ3po

2020-06-27 11:22:37 271

原创 Pytorch错误总结 持续更新

Pytorch错误总结 持续更新类型不匹配Torch.cuda.FloatTensor & Torch.FloatTensorNotImplementedError类型不匹配Torch.cuda.FloatTensor & Torch.FloatTensor输入类型是torch.cuda.FloatTensor,而weight type类型是torch.FloatTensor...

2019-04-01 20:44:44 667

原创 Android中的线程和线程间的通信问题(网络请求数据后)

Android中线程和线程之间的通信问题(网络请求数据后)前提引入关于进程和线程创建(new Thread):就绪(runnable):执行(running):死亡(dead):阻塞(blocked):本文重点关于Android的线程和线程之间的通信新建线程 new Thread();Android中Handler机制可以做到这一点例子总结前提引入关于进程和线程运行中的程序称作进程,它是动态...

2019-01-24 15:38:21 1227

空空如也

空空如也

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

TA关注的人

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