会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水木清扬
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
15
16
17
18
19
20
21
22
23
···
72
下一页
2021年4月6日
人群计数:
摘要: SFANet--Dual Path Multi-Scale Fusion Networks with Attention for Crowd Counting https://blog.csdn.net/weixin_44585583/article/details/97917723
阅读全文
posted @ 2021-04-06 13:30 水木清扬
阅读(187)
评论(0)
推荐(0)
2021年4月1日
共享盘登录
摘要: 第一步进入:网络 第二步输入: \\192.168.31.10\data1
阅读全文
posted @ 2021-04-01 10:55 水木清扬
阅读(608)
评论(0)
推荐(0)
C++---->>YOLOv4-detect_demo.py参考
摘要: 【DL-YOLO】尝鲜!Windows下实现YOLOv4物体检测(VS2015+OpenCV) https://mp.weixin.qq.com/s?__biz=MzU3MzI2NDcyNg==&mid=2247484799&idx=1&sn=61ba7eb266190dc00125a8a72c57
阅读全文
posted @ 2021-04-01 08:28 水木清扬
阅读(512)
评论(0)
推荐(0)
Panoptic FCN:真正End-to-End的全景分割
摘要: 本文介绍了全景分割的一些主要指标并回顾之前流行的box-based和box-free的全景分割算法(以Panoptic FPN和DeeperLab为例),最后着重介绍了2021CVPR Oral的Panoptic FCN--被作者认为是真正的End to End的全景分割。 >>加入极市CV技术交流
阅读全文
posted @ 2021-04-01 08:16 水木清扬
阅读(606)
评论(0)
推荐(0)
2021年3月31日
人脸检测】复现Pytorch_Retinaface(Pytorch版本)
摘要: https://github.com/biubug6/Pytorch_Retinaface 训练这个模型很耗GPU,mobilenet0.25还好(训练8G以内,测试1G以内),resnet50至少要43G。 0.环境ubuntu16.04python3.6cuda9.0torch==1.1.0ip
阅读全文
posted @ 2021-03-31 16:52 水木清扬
阅读(1007)
评论(0)
推荐(0)
一个实用价值很大的人脸关键点检测算法PFLD
摘要: https://zhuanlan.zhihu.com/p/73546427 https://blog.csdn.net/wwwhp/article/details/88361422 https://arxiv.org/pdf/1902.10859.pdf https://github.com/pol
阅读全文
posted @ 2021-03-31 16:15 水木清扬
阅读(1595)
评论(0)
推荐(0)
刷新WIDER Face纪录!TinaFace:人脸检测新网络,代码已开源!
摘要: 这一个是带人脸关键点的检测 https://github.com/biubug6/Pytorch_Retinaface 下面这个是本篇的源码 论文:https://arxiv.org/abs/2011.13183 代码链接:https://github.com/Media-Smart/vedadet
阅读全文
posted @ 2021-03-31 16:13 水木清扬
阅读(443)
评论(0)
推荐(0)
2021年3月30日
虚拟机安装教程
摘要: https://mp.weixin.qq.com/s?__biz=MzI1MTQ5MTc3NA==&mid=2247485255&idx=1&sn=20c52f82420c7cdf07862ed9acdbdc45&chksm=e9f36396de84ea803d58633f38877c1a34db1
阅读全文
posted @ 2021-03-30 13:29 水木清扬
阅读(546)
评论(0)
推荐(0)
python---文件路径的操作(有点意思)
摘要: path='VOC/images/train' 在windows中需要将路径变成//这种的样子 使用 p = str(Path(p)) p='VOC\\images\\train' parent = str(Path(p).parent) + os.sep str(Path(p).parent)就变
阅读全文
posted @ 2021-03-30 11:14 水木清扬
阅读(214)
评论(0)
推荐(0)
python_opencv -------->>>>>>>>>cv2.warpAffine()参数详解
摘要: 官方给出的参数为:cv2.warpAffine(src, M, dsize[, dst[, flags[, borderMode[, borderValue]]]]) →dst其中:src - 输入图像。M - 变换矩阵。dsize - 输出图像的大小。flags - 插值方法的组合(int 类型!
阅读全文
posted @ 2021-03-30 10:31 水木清扬
阅读(1621)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
21
22
23
···
72
下一页
公告