上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页
摘要: | 原始题目 | Enhancing Underwater Imagery using Generative Adversarial Networks | | | | | 中文名称 | 使用 GAN 增强水下图像 | | 发表时间 | 2018年1月11日 | | 平台 | ICRA 2018 | 阅读全文
posted @ 2023-03-04 23:21 Zenith_Hugh 阅读(1233) 评论(0) 推荐(0)
摘要: 本文主要是介绍如何在 vscode 中使用 git。借助 vscode ,我们可以更加简单的管理我们的代码。 1. 在 github 网页端创建一个 仓库 略 2. 将本地公钥加到 github 的 SSH keys 中: git config --global user.name "git 的自己 阅读全文
posted @ 2023-03-02 23:48 Zenith_Hugh 阅读(319) 评论(0) 推荐(0)
摘要: | 题目名字 | 两数之和 | | | | | 链接 | https://leetcode-cn.com/problems/two-sum/| | 难度 | 简单 | | 类型 | 数组 | | 方法 | 暴力枚举、哈希表 | 注:题目中数组中同一个元素不能使用两遍。意思是:结果不能用两遍同一个数, 阅读全文
posted @ 2023-02-25 15:31 Zenith_Hugh 阅读(124) 评论(0) 推荐(0)
摘要: | 原始题目 | SSD: Single Shot MultiBox Detector | | | | | 中文名称 | SSD: 一阶段 多框 检测器 | | 发表时间 | 2015年12月8日 | | 平台 | ECCV 2016 | | 来源 | 北卡罗来纳大学教堂山分校 | | 文章链接 | 阅读全文
posted @ 2023-02-25 12:17 Zenith_Hugh 阅读(492) 评论(0) 推荐(0)
摘要: | 原始题目 | SSH: Single Stage Headless Face Detector | | | | | 中文名称 | SSH: 单阶段 无头的 人脸检测器 | | 发表时间 | 2017年8月14日 | | 平台 | ICCV 2017 | | 来源 | University of 阅读全文
posted @ 2023-02-24 11:00 Zenith_Hugh 阅读(130) 评论(0) 推荐(0)
摘要: | 原始题目 | Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks | | | | | 中文名称 | 基于 多任务级联卷积网络 的 联合 人脸检测与对齐 | | 发表时间 | 201 阅读全文
posted @ 2023-02-23 16:35 Zenith_Hugh 阅读(207) 评论(0) 推荐(0)
摘要: | 原始题目 | A Survey of Model Compression and Acceleration for Deep Neural Networks | | | | | 中文名称 | 深度神经网络的模型压缩和加速综述 | | 发表时间 | 2017年10月23日v1, 2020年6月14 阅读全文
posted @ 2023-02-22 16:30 Zenith_Hugh 阅读(1171) 评论(0) 推荐(0)
摘要: 1. 平均绝对误差:MAE(Mean Absolute Error) 2. 均方误差:MSE(Mean Squared Error) 3. 均方根误差:RMSE(Root Mean Squard Error) 4. 决定系数:R2(R-Square) 5. 校正决定系数(Adjusted R-Squ 阅读全文
posted @ 2023-02-21 18:24 Zenith_Hugh 阅读(161) 评论(0) 推荐(0)
摘要: | 原始题目 | Sample and Computation Redistribution for Efficient Face Detection | | | | | 中文名称 | 采样和计算 重分配的 高效人脸检测 | | 发表时间 | 2021年5月10日 | | 平台 | ICLR-202 阅读全文
posted @ 2023-02-21 17:46 Zenith_Hugh 阅读(1129) 评论(0) 推荐(0)
摘要: 项目地址:https://github.com/DeepLabCut/DeepLabCut 1. 安装 pip install "deeplabcut[gui,tf]" 2. 启动 GUI 界面 python -m deeplabcut 阅读全文
posted @ 2023-02-20 10:39 Zenith_Hugh 阅读(170) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 31 下一页