XiaoYaoII
码龄10年
求更新 关注
提问 私信
  • 博客:127,290
    127,290
    总访问量
  • 132
    原创
  • 52
    粉丝
  • 48
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:安徽省
加入CSDN时间: 2016-06-15

个人简介:梅花香自苦寒来 博客不更了,迁移到简书:https://www.jianshu.com/u/b6959227f4a1

博客简介:

逍遥

查看详细资料
个人成就
  • 获得88次点赞
  • 内容获得25次评论
  • 获得215次收藏
  • 代码片获得113次分享
  • 博客总排名249,627名
创作历程
  • 1篇
    2019年
  • 4篇
    2018年
  • 17篇
    2017年
  • 116篇
    2016年
成就勋章
TA的专栏
  • python
    1篇
  • ACM
    134篇
  • 深度学习
    4篇

TA关注的专栏 1

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

兴趣领域 设置
  • 人工智能
    机器学习深度学习pytorch图像处理
创作活动更多

金三银四·四月创作之星挑战赛

当2026年的“金三银四”遇上Agent技术全面爆发的元年,每一位技术人都是这场智能革命的亲历者与定义者。 猫头虎AI诚挚邀请您加入「金三银四·四月创作之星挑战赛」。这不仅是一场关于流量的角逐,更是一次技术深潜与趋势预判的思维碰撞。 本次创作活动,猫头虎AI为你准备了Harness+OpenClaw+CLI多重引擎赋能创作,助你打通从代码交付到智能编排的“最后一公里”。请将你在面试季的所见所闻、在Agent开发一线的踩坑实战、以及对未来人机协作模式的深度洞察,化为文字。 --- **活动须知:** 1.**围观交流**→加入专属创作者活动围观群,和同期优质创作者互相催更、分享资源、围观大神:[点击进群=>https://bbs.csdn.net/topics/619770678](https://bbs.csdn.net/topics/619770678) 2.**质量自查**→发文前先看看文章结构,争取一次到位:[点击查看文章质量分入口](https://www.csdn.net/qc) --- 每一次发布,都是向""创作之星""更近一步——**2026年的技术影响力,从今天文章开始累积!**

654人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

MDNet代码及注释(pytorch版)

发布资源 2018.11.17 ·
zip

hdu 1010 Tempter of the Bone

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1010 题目描述: Problem DescriptionThe doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze b...
原创
博文更新于 2018.11.16 ·
296 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

dp总结

转载请注明出处,谢谢。   http://blog.csdn.NET/cc_again?viewmode=list          ----------  Accagain  2014年5月15日动态规划一直是ACM竞赛中的重点,同时又是难点,因为该算法时间效率高,代码量少,多元性强,主要考察思维能力、建模抽象能力、灵活度。本人动态规划博客地址:http://blog.csdn.net/...
转载
博文更新于 2018.11.16 ·
488 阅读 ·
1 点赞 ·
0 评论 ·
2 收藏

MDNet论文阅读和代码整理笔记

为什么要提出MDNet?现有的一些目标跟踪算法是通过在大规模分类数据集ImageNet上进行预训练,但是跟踪任务和分类任务是不同的视觉任务,它们的模型之间存在“鸿沟”。 为了充分的发挥CNN在视觉跟踪方面强大的表现力,需要在大规模专门用于视觉跟踪的数据集上做训练,要求该数据集中包含目标和背景的各种变化,但是在具有完全不同特征的视频序列上学习统一的特征表示具有很大的挑战性(比如说同一类型的对象可...
原创
博文更新于 2019.07.17 ·
2677 阅读 ·
6 点赞 ·
17 评论 ·
19 收藏

MDNet论文阅读和代码整理笔记

为什么要提出MDNet?现有的一些目标跟踪算法是通过在大规模分类数据集ImageNet上进行预训练,但是跟踪任务和分类任务是不同的视觉任务,它们的模型之间存在“鸿沟”。 为了充分的发挥CNN在视觉跟踪方面强大的表现力,需要在大规模专门用于视觉跟踪的数据集上做训练,要求该数据集中包含目标和背景的各种变化,但是在具有完全不同特征的视频序列上学习统一的特征表示具有很大的挑战性(比如说同一类型的对象可...
原创
博文更新于 2019.07.17 ·
2677 阅读 ·
6 点赞 ·
17 评论 ·
19 收藏

常用numpy整理(持续更新)

#常用的提取矩阵特定行:>>> xarray([[6.93528128e-310, 4.68328808e-310, 1.58101007e-322], [1.58101007e-322, 4.68328790e-310, 0.00000000e+000], [3.16202013e-322, 1.58101007e-322, 4.6832878...
原创
博文更新于 2018.11.17 ·
538 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

常用PyTorch整理(持续更新)

for child in module.children(): # 遍历模型的网络结构 # child为每一层网络的每一个部分 for k, p in child._parameters.items(): # k为每一层的参数名称,如weight,bias # p为参数的具体数值for name, module in self.layers...
原创
博文更新于 2018.11.17 ·
618 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

计算IOU(取自MDNet代码)

def overlap_ratio(rect1, rect2): # 计算bounding box和ground truth的IOU ''' target bbox (min_x,min_y,w,h) ''' if rect1.ndim == 1: # 判断维度是否为一维 rect1 = rect1[None, :] # 给np.array增...
原创
博文更新于 2018.11.17 ·
1516 阅读 ·
3 点赞 ·
0 评论 ·
5 收藏

hdu 2844 Coins

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2844 题目描述: DescriptionWhuacmers use coins.They have coins of value A1,A2,A3...An Silverland dollar. One day Hibix opened purse and found there ...
原创
博文更新于 2018.11.16 ·
375 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

hdu 2845 Beans

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2845 题目描述: DescriptionBean-eating is an interesting game, everyone owns an M*N matrix, which is filled with different qualities beans. Meantime...
原创
博文更新于 2018.11.16 ·
302 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

树 先序中序后序遍历

题目链接:http://codevs.cn/problem/3143/ 题目分析: 题目描述 Description求一棵二叉树的前序遍历,中序遍历和后序遍历输入描述 Input Description第一行一个整数n,表示这棵树的节点个数。接下来n行每行2个整数L和R。第i行的两个整数Li和Ri代表编号为i的节点的左儿子编号和右儿子编号。输出描述 Output...
原创
博文更新于 2018.11.16 ·
393 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

aoj 31 Counting Sheep

题目链接:http://ccpc.ahu.edu.cn:8000/OJ/Problem.aspx?id=31 题目描述: DescriptionAfter a long night of coding, Charles Pearson Peterson is having trouble sleeping. This is not onlybecause he is stil...
原创
博文更新于 2018.11.16 ·
436 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

poj 3894 迷宫

题目链接:http://poj.org/problem?id=3984 题目大意: Description定义一个二维数组: int maze[5][5] = { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0,};它表示一个迷宫,其中的1表示...
原创
博文更新于 2018.11.16 ·
316 阅读 ·
1 点赞 ·
0 评论 ·
1 收藏

bfs详解

转自:http://www.2cto.com/kf/201605/509249.html                   广度/宽度优先搜索(BFS)详解                       1.前言 广度优先搜索(也称宽度优先搜索,缩写BFS,以下采用广度来描述)是连通图的一种遍历策略。因为它的思想是从一个顶点V0开始,辐射状地优先遍历其周围较广的区域,故得名...
转载
博文更新于 2018.11.16 ·
30392 阅读 ·
55 点赞 ·
2 评论 ·
164 收藏

aoj 6 Hero In Maze

题目链接:http://ccpc.ahu.edu.cn:8000/OJ/Problem.aspx?id=6题目描述: Description500年前,Jesse是我国最卓越的剑客。他英俊潇洒,而且机智过人^_^。突然有一天,Jesse心爱的公主被魔王困在了一个巨大的迷宫中。Jesse听说这个消息已经是两天以后了,他知道公主在迷宫中还能坚持T天,他急忙赶到迷宫,开始到处寻找公主的...
原创
博文更新于 2018.11.16 ·
529 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

aoj 579 期末考试之考试传纸条

题目链接:http://ccpc.ahu.edu.cn:8000/OJ/Problem.aspx?id=579 题目描述: Description平时不努力,考试得着急呐。传说中的BT监考老师竟然搬来了信号屏蔽工具,手机不管用啦有木有。不过这难不到大家,cxlove见证了同学们使用传统的作弊方式----传纸条,纸条得从A同学传到B同学处,在一个N*M的教室里,零散着坐着一些同学...
原创
博文更新于 2018.11.16 ·
591 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

aoj 668 the Kth number

题目链接:http://ccpc.ahu.edu.cn:8000/OJ/Problem.aspx?id=668 题目描述: Description定义序列N1 = {1, 2, 3, 4, 5, ..., 1000}(区间[1, 1000]内的所有整数);从N1中每隔1个数删除1个数进而得到N2 = {1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21...
原创
博文更新于 2018.11.16 ·
445 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

hdu A sequence of numbers 2817 快速幂取模

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2817 题目描述: Problem DescriptionXinlv wrote some sequences on the paper a long time ago, they might be arithmetic or geometric sequences. The num...
原创
博文更新于 2018.11.16 ·
337 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

hdu4506 小明系列故事——师兄帮帮忙 快速幂取模

题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4506 题目描述: Problem Description  小明自从告别了ACM/ICPC之后,就开始潜心研究数学问题了,一则可以为接下来的考研做准备,再者可以借此机会帮助一些同学,尤其是漂亮的师妹。这不,班里唯一的女生又拿一道数学题来请教小明,小明当然很高兴的就接受了。不过等他仔...
原创
博文更新于 2018.11.16 ·
423 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

poj 3641 Pseudoprime numbers 快速幂取模

题目链接:http://poj.org/problem?id=3641题目描述: DescriptionFermat's theorem states that for any prime number p and for any integer a > 1, ap = a (mod p). That is, if we raise a to the pth power an...
原创
博文更新于 2018.11.16 ·
542 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多