自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 mysql安装教程

mysql安装

2023-02-27 20:32:01 659

原创 YOLOv3: An Incremental Improvement 学习笔记

论文基本信息标题:Yolov3: An Incremental Improvement作者:Joseph Redmon Ali Farhadi机构:University of Washington来源:xxx时间:2018论文地址:https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1804.02767.pdf代码地址:https://github.com/ultralytics/yolov3论文概要YOLO v3是YOLO

2021-10-22 15:46:53 515 2

原创 YOLO9000: Better, Faster, Stronger 论文学习笔记

论文基本信息标题:YOLO9000: Better, Faster, Stronger作者:Joseph Redmon,Ali Farhadi机构:University of Washington来源:CVPR时间:2017论文地址:https://openaccess.thecvf.com/content_cvpr_2017/papers/Redmon_YOLO9000_Better_Faster_CVPR_2017_paper.pdf论文概要YOLIO v2是对YOLOv1的改进版本

2021-10-20 22:59:11 997

原创 CV数据增强

数据增强为什么需要数据增强增加数据集的多样性,更好的匹配测试集。可以理解为给训练集加一些噪音,让训练处的算法更具有鲁棒性。常见的数据增强一般数据增强都是在线生成,随机做增强。随机很重要。在线是在训练的时候随机对数据进行不同形式的增强。翻转上下翻转左右翻转但是不是总可行的。比如 切割从图片中切割一块,然后变形到固定的形状随机高宽比随机大小随机位置颜色改变色调,饱和度,明亮度Codeimport torchimport torchvi

2021-10-13 15:15:57 428

原创 Learning Center Probability Map for Detecting Objects in Aerial Images 论文学习笔记

论文基本信息标题:Learning Center Probability Map for Detecting Objects in Aerial Images作者:Jinwang Wang , Wen Yang , Senior Member, IEEE, Heng-Chao Li ,Haijian Zhang , and Gui-Song Xia, Senior Member, IEEE机构:School of Electronic Information, Wuhan University, W

2021-09-23 20:22:25 798 1

原创 Mask R-CNN 论文学习笔记

论文基本信息标题:Mask R-CNN作者:Kaiming He Georgia Gkioxari Piotr Dollár Ross Girshick机构:Facebook AI Research (FAIR)来源:ICCV时间:2017论文地址:https://arxiv.org/abs/1703.06870代码地址:https://github.com/facebookresearch/Detectron论文概要解决问题本文在Faster RCNN上进行了改进,提出了Mask

2021-09-16 19:50:44 323

原创 Resnet论文解读 (Deep Residual Learning for Image Recognition)

论文基本信息标题:Deep Residual Learning for Image Recognition作者:Kaiming He,Xiangyu Zhang, Shaoqing Ren ,and Jian Sun机构:Microsoft Research来源:CVPR时间:2016链接:[https://openaccess.thecvf.com/content_cvpr_2016/html/He_Deep_Residual_Learning_CVPR_2016_paper.html]成

2021-09-14 15:44:59 1889

原创 Mask OBB 论文学习笔记

论文基本信息论文概要解决问题已有方法传统目标检测| | ||–|--|| | |旋转目标检测方法/研究内容创新点性能/效果算法流程实验

2021-09-06 22:39:38 1123

原创 Oriented R-CNN for Object Detection 论文解读

论文基本信息标题:Oriented R-CNN for Object Detection作者:Xingxing Xie Gong Cheng* Jiabao Wang Xiwen Yao Junwei Han机构:School of Automation, Northwestern Ploytechnical University, Xi’an, China来源:ICCV时间:2021链接:https://arxiv.org/abs/2108.05699代码:https://github.c

2021-09-03 12:17:25 5769 2

原创 pytorch中图片类型的转换——PIL、tensor、numpy

pytorch中图片类型的转换——PIL、tensor、numpy前言在计算机视觉任务中,大多数时候都涉及到图片的加载、训练以及训练结果的可视化。在实操过程中,经常会遇到图片各种类型之间的转换问题。本文主要是对笔者在学习过程中所遇到的一些问题的总结,以便自己日后查阅方便。如有错误,请不吝赐教。图片的读入...

2021-07-22 12:06:28 10015 11

原创 在服务器上安装并使用Anaconda

在服务器上安装并使用Anaconda前言随着AI的流行,现在很多深度学习的任务都需要在服务器上跑。大家通常都会在服务器上安装Anaconda。让代码在conda环境下运行。本文主要介绍如何在本地操作,在服务器端安装并使用Anaconda。安装下载安装包可以在观官网官网或者清华源清华源(按时间排序,选最近的版本)下载anadonda的安装包。下载的时候要看好自己服务器的版本。(这都是在本地的操作)上传安装包到服务器可以利用Xftp进行轻松上传。xftp的安装使用看xftp安装使用。找到自

2021-07-10 17:52:47 2959

原创 服务器连接——Xftp 7 & MobaXterm_Personal_21.2 (新手入门)

服务器连接——Xftp 7 & MobaXterm_Personal_21.2前言我们在训练深度学习模型的大部分时候都是需要服务器的,其他也有很多需要用到服务器的场景,主要是需要服务器的计算资源和存储能力。关键就在于本地与服务器建立ssh和sftp连接,使得本地能够用命令行控制服务器,并能进行文件传输。而直接用cmd的方式连接服务器会比较麻烦,而且文件传输不方便,所以就需要有一些小工具来帮助我们更好的使用服务器。工具一:Xftp7下载安装下载可以直接到官网上下载正版xftp官网。点击下

2021-07-01 16:54:57 4561

原创 利用Pycharm连接服务器

利用Pycharm连接服务器前言当下,很多深度学习的模型需要高配置的设备来跑,本地的pc可能无法满足要求。所以就需要利用服务器来训练,但是在服务器上操作代码不是很方便。利用Pycharm可以在本地编写/修改代码,能够同步到服务器上,并且能直接在本地利用pycharm运行同步到服务器上的代码。非常的方便。- 前提一台装有anaconda的服务器,本地装了专业版的pycharm。操作步骤步骤一:在pycharm上使用服务器的python环境用pycharm任意打开一个项目,从工具栏中选择Fil

2021-06-29 21:26:25 21371 31

原创 numpy库的使用

为什么要引入numpy库?numpy 把一个数组 当作一个数据来进行计算,可以去掉元素之间所需要的循环 使得一维数组当作一个数据单元。 底层是基于C语言的,计算速度较快。def npsum(): a = np.array([0,1,2,3,4,5]); b = np.array([2,3,43,1,2,2]); c = a**2+b**3; retur...

2020-03-09 14:55:40 513

原创 最大空凸包 (板子)

问题:给定一个点集S,求一个面积最大的凸多边形C,其中他的边界由S中的点组成,且任意p∈S−C不在C多边形内部#include <iostream>#include <cmath>#include <cstdio>#include <algorithm>using namespace std;typedef double type_p;...

2019-10-23 19:29:54 336

原创 HDU - 5929 - Basic Data Structure

HDU - 5929 - Basic Data StructureMr. Frog learned a basic data structure recently, which is called stack.There are some basic operations of stack:∙ PUSH x: put x on the top of the stack, x must be ...

2019-10-20 14:49:09 215

原创 给定三角形的三点 求外心

Point heart(int a,int b,int c){ double a1=p[b].x-p[a].x; double b1=p[b].y-p[a].y; double c1=(p[b].x*p[b].x+p[b].y*p[b].y-p[a].x*p[a].x-p[a].y*p[a].y)/2; double a2=p[c].x-p[b].x; ...

2019-10-14 16:46:29 1119

原创 HDU - 6237 - A Simple Stone Game( 分解质因子)

HDU - 6237 - A Simple Stone Game( 分解质因子)After he has learned how to play Nim game, Bob begins to try another stone game which seems much easier.The game goes like this: one player starts the game wi...

2019-10-14 14:08:17 243

原创 HDU - 5988 Coding Contest(最小费用流)

HDU - 5988 Coding Contest(最小费用流)A coding contest will be held in this university, in a huge playground. The whole playground would be divided into N blocks, and there would be M directed paths linkin...

2019-10-13 22:16:43 165

原创 HDU - 5646 DZY Loves Partition (二分 + 数学)

HDU - 5646 DZY Loves Partition (二分 + 数学)DZY loves partitioning numbers. He wants to know whether it is possible to partition n into the sum of exactly k distinct positive integers.After some thinkin...

2019-09-25 17:59:19 322 1

原创 HDU - 5256 序列变换(nlogn求最长上升子序列)

HDU - 5256 序列变换(nlogn求最长上升子序列)我们有一个数列A1,A2…An,你现在要求修改数量最少的元素,使得这个数列严格递增。其中无论是修改前还是修改后,每个元素都必须是整数。请输出最少需要修改多少个元素。Input第一行输入一个T(1≤T≤10),表示有多少组数据每一组数据:第一行输入一个N(1≤N≤105),表示数列的长度第二行输入N个数A1,A2,…,An。...

2019-09-25 17:49:11 233

原创 HDU - 4190 Distributing Ballot Boxes (二分 最大值最小)

HDU - 4190 Distributing Ballot Boxes (二分 最大值最小)Today, besides SWERC’11, another important event is taking place in Spain which rivals it in importance: General Elections. Every single resident of the...

2019-09-24 21:32:24 228

原创 CodeForces - 371C Hamburgers (二分)

CodeForces - 371C Hamburgers (二分)Polycarpus loves hamburgers very much. He especially adores the hamburgers he makes with his own hands. Polycarpus thinks that there are only three decent ingredients...

2019-09-24 20:51:24 217

原创 POJ - 3122 Pie (二分)

POJ - 3122 Pie (二分)My birthday is coming up and traditionally I’m serving pie. Not just one pie, no, I have a number N of them, of various tastes and of various sizes. F of my friends are coming to m...

2019-09-24 18:56:39 134

原创 POJ - 3258 River Hopscotch(二分找最小值最大)

POJ - 3258 River Hopscotch(二分找最小值最大)Every year the cows hold an event featuring a peculiar version of hopscotch that involves carefully jumping from rock to rock in a river. The excitement takes plac...

2019-09-24 17:22:52 164

原创 HDU - 5934 Bomb(tarjan缩点)

HDU-5934 Bomb(tarjan缩点)There are N bombs needing exploding.Each bomb has three attributes: exploding radius ri, position (xi,yi) and lighting-cost ci which means you need to pay ci cost making it e...

2019-09-18 19:15:05 227

原创 最长双回文串 HYSBZ - 2565(回文树的应用)

最长双回文串 HYSBZ - 2565(回文树的应用)顺序和逆序读起来完全一样的串叫做回文串。比如 acbca 是回文串,而 abc 不是( abc 的顺序为 “abc” ,逆序为 “cba” ,不相同)。输入长度为 n 的串 S ,求 S 的最长双回文子串 T, 即可将 T 分为两部分 X , Y ,( |X|,|Y|≥1 )且 X 和 Y 都是回文串。Input一行由小写英文字母组成的...

2019-09-12 17:37:45 202

原创 Palindromes and Super Abilities URAL - 1960 (回文树板子)

Palindromes and Super Abilities URAL - 1960 (回文树板子)After solving seven problems on Timus Online Judge with a word “palindrome” in the problem name, Misha has got an unusual ability. Now, when he read...

2019-09-12 17:16:49 167

原创 HDU - 5489 Removed Interval(最长上升子序列)

HDU - 5489 Removed Interval(最长上升子序列)Given a sequence of numbers A=a1,a2,…,aN, a subsequence b1,b2,…,bk of A is referred as increasing if b1<b2<…<bk. LY has just learned how to find the longe...

2019-09-10 12:55:06 360

原创 2018宁夏网络赛 B Goldbach (米勒拉宾素数测试)

2018宁夏网络赛 B Goldbach (米勒拉宾素数测试)题目链接题目大意:给你一个偶数n (2<n<=1e18)让你把n分解成两个素数的和。(如果有多个输出任意一个)解题思路:米勒拉宾素数测试板子这个板子可以在 log 级的时间内判断一个数是不是素数。 用于判断大数是不是素数。AC代码:#include<bits/stdc++.h>#define ...

2019-09-05 22:05:46 241

原创 POJ - 3685 Matrix (二分套二分)

POJ - 3685 Matrix (二分套二分)Given a N × N matrix A, whose element in the i-th row and j-th column Aij is an number that equals i2 + 100000 × i + j2 - 100000 × j + i × j, you are to find the M-th smalles...

2019-09-04 21:15:50 365

原创 单调队列模板

单调队列可以用来找i——i+k中这个区间的最大值或者最小值。实现方式和单调栈类似用一个双向队列来实现 deque q;对列里一些点的位置用一个数组ml[i] 来记录i - i-k之间的最小值的位置那应该怎么维护呢?就和单调栈很类似for(int i=1;i<=n;i++){ while(q.size()&&(i-q.front()+1)>k){ q...

2019-08-31 20:10:03 291

原创 HDU - 6709 Fishing Master(CCPC网络赛1008) 贪心+思维

HDU - 6709 Fishing Master(CCPC网络赛1008) 思维Heard that eom is a fishing MASTER, you want to acknowledge him as your mentor. As everybody knows, if you want to be a MASTER’s apprentice, you should pass ...

2019-08-24 19:08:04 260

原创 HDU-6705 path(2019CCPC网络赛1004) Kth路径 思维+套路题

HDU-6705 path(2019 CCPC网络赛1004)You have a directed weighted graph with n vertexes and m edges. The value of a path is the sum of the weight of the edges you passed. Note that you can pass any edge an...

2019-08-24 18:48:42 308

原创 2019牛客暑假多校第十场 D——Han Xin and His Troops(拓展中国剩余定理)

2019牛客暑假多校第十场 D——Han Xin and His Troops(拓展中国剩余定理)链接:https://ac.nowcoder.com/acm/contest/890/D来源:牛客网Han Xin was a military general who served Liu Bang during the Chu-Han contention and contributed g...

2019-08-18 13:32:16 286

原创 2019牛客暑期多校训练营(第十场 B——Coffee Chicken (思维题))

2019牛客暑期多校训练营(第十场 B——Coffee Chicken (思维题))链接:https://ac.nowcoder.com/acm/contest/890/B来源:牛客网Dr. JYY has just created the Coffee Chicken strings, denoted as S(n). They are quite similar to the Fibon...

2019-08-18 13:24:44 240

原创 2019牛客暑期多校训练营(第九场 E ----All men are brothers 并查集+思维)

2019牛客暑期多校训练营(第九场 E ----All men are brothers 并查集+思维)链接:https://ac.nowcoder.com/acm/contest/889/E?&headNav=acm来源:牛客网题目描述Amy asks Mr. B problem E. Please help Mr. B to solve the following prob...

2019-08-16 15:28:19 213

原创 2019牛客暑期多校训练营(第九场——B Quadratic equation 二次剩余定理)

链接:https://ac.nowcoder.com/acm/contest/889/B来源:牛客网题目描述Amy asks Mr. B problem B. Please help Mr. B to solve the following problem.Let p = 1000000007.Given two integers b and c, please find two in...

2019-08-15 21:02:17 236

原创 2019牛客暑期多校训练营(第九场 --D Knapsack Cryptosystem 折半搜索)

2019牛客暑期多校训练营(第九场 --D Knapsack Cryptosystem 超大容量背包 搜索+ 思维)链接:https://ac.nowcoder.com/acm/contest/889/D来源:牛客网Amy asks Mr. B problem D. Please help Mr. B to solve the following problem.Amy wants to...

2019-08-15 18:45:56 220

原创 HDU - 4635 Strongly connected(targan 求差一强联通分量)

HDU - 4635 Strongly connected(targan 差一强联通分量)Give a simple directed graph with N nodes and M edges. Please tell me the maximum number of the edges you can add that the graph is still a simple direct...

2019-08-14 10:54:58 164

空空如也

空空如也

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

TA关注的人

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