摘要: YOLOX 资源 https://www.zhihu.com/question/473350307 YOLOv7 | 模型结构与正负样本分配解析 https://blog.csdn.net/weixin_44751294/article/details/125303278?spm=1001.2014 阅读全文
posted @ 2022-09-01 16:31 Zenith_Hugh 阅读(5) 评论(0) 推荐(0)
摘要: 1. YOLOv7 代码组织结构 YOLOv7 代码结构 . ├── cfg(存放`yaml`格式定义的网络结构) │ ├── baseline(用来比较的) │ │ ├── r50-csp.yaml │ │ ├── x50-csp.yaml │ │ ├── yolor-csp-x.yaml │ │ 阅读全文
posted @ 2022-08-30 17:02 Zenith_Hugh 阅读(4634) 评论(0) 推荐(1)
摘要: 之前我一直使用 VOC 格式的数据来训练 YOLO, 这次整理下 COCO 格式的数据。 当我们在COCO 官网下载数据后,是以下格式: . ├── annotations | ├── captions_train2017.json | ├── captions_val2017.json | ├── 阅读全文
posted @ 2022-08-30 11:19 Zenith_Hugh 阅读(4858) 评论(0) 推荐(0)
摘要: 好文推荐:https://zhuanlan.zhihu.com/p/471844156 ### 1. StyleGAN 生成人脸数据 http://www.seeprettyface.com/mydataset.html#dataset1 ### 2. kaggle 男女的数据集 应该没有小孩 ht 阅读全文
posted @ 2022-08-29 11:51 Zenith_Hugh 阅读(919) 评论(0) 推荐(0)
摘要: 1. python 文档 https://geek-docs.com/python https://geek-docs.com/python-samples 2. 边缘计算 https://www.cnblogs.com/showmeai/p/16627579.html 阅读全文
posted @ 2022-08-29 11:35 Zenith_Hugh 阅读(46) 评论(0) 推荐(0)
摘要: 原始题目:Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks 中文翻译:Faster R-CNN: 使用区域建议网络实现实时目标检测 发表时间:2015年6月4日 平台:CVPR-2021 来源 阅读全文
posted @ 2022-08-24 23:27 Zenith_Hugh 阅读(889) 评论(0) 推荐(0)
摘要: https://mmdetection.readthedocs.io/zh_CN/latest/model_zoo.html SOTA,benchmark和baseline? https://www.zhihu.com/question/433986039/answer/1618236738 acc 阅读全文
posted @ 2022-08-24 17:44 Zenith_Hugh 阅读(31) 评论(0) 推荐(0)
摘要: 不知不觉已经做了这个项目快一个月了。先总结下最近的过程。 首先做了基于landmark的手势分类。主要采用了 SVM 和 ANN 。其实这里的关键是如何做特征工程。有几种方案: 直接输入landmark的坐标。显然这不是一个好的方案。 输入相对坐标,比如计算每个关键点到手腕那个点的相对坐标,效果还可 阅读全文
posted @ 2022-08-23 13:46 Zenith_Hugh 阅读(17) 评论(0) 推荐(0)
摘要: | 原始题目 | RepVGG: Making VGG-style ConvNets Great Again | | | | | 中文名称 | RepVGG: 让 VGG-风格的卷积网络们 再次伟大| | 发表时间 | 2021年1月11日 | | 平台 | CVPR-2021 | | 来源 | M 阅读全文
posted @ 2022-08-16 23:28 Zenith_Hugh 阅读(1322) 评论(0) 推荐(0)
摘要: 本打算将 CSDN 的博客,全部搬迁到这里,但是无法自动搬迁,需要我重新敲,最麻烦的可能是公式需要重新敲,因为CSDN的公式全部变成了 图片。这是我无法做到的。 后面我发现可以 **直接写 markdown** 就好了,不用考虑格式问题。 因此,本文只是整理下,往期我写的东西的链接。也算梳理一下觉得 阅读全文
posted @ 2022-08-16 22:53 Zenith_Hugh 阅读(517) 评论(1) 推荐(0)