随笔分类 -  Feature-CV

Believe in Vadim Pisarevsky.
摘要:德国人写的东东,感觉不错的样子,好拼如潮,支持 CPU,研究研究。 https://isnotdefined.com/freelancers/henry-ruhs 官方文档:https://docs.facefusion.io/usage/cli-arguments [Submitted on 28 阅读全文
posted @ 2024-04-05 15:12 郝壹贰叁 阅读(95) 评论(0) 推荐(0) 编辑
摘要:https://github.com/deepinsight/insightface Top News 2023-08-08: We released the implementation of Generalizing Gaze Estimation with Weak-Supervision f 阅读全文
posted @ 2024-03-31 08:33 郝壹贰叁 阅读(8) 评论(0) 推荐(0) 编辑
摘要:Ref: 基于FLAME的三维人脸重建技术总结 基本概念 3DMM 研究人员们在很早就提出了一个三维可形变人脸模型(即3D Morphable models),它的核心思想就是可以定义一组人脸作为基底人脸,然后任意一个人脸都可以由这组基底人脸线性加权得到。 1999年文章《A Morphable M 阅读全文
posted @ 2024-03-11 21:51 郝壹贰叁 阅读(828) 评论(0) 推荐(0) 编辑
摘要:回顾一下表情捕捉技术的演进历史, 第一代表情捕捉技术,核心是人脸对齐算法,跟踪方式简单粗暴,2D数据维度,最终得到的表情需要大量人工修复,2009年阿凡达该技术被广泛应用,底层算法是AAM(Active Aapearance Model)。 第二代将2D跟踪推广到了3D,但本质上跟第一代没什么区别, 阅读全文
posted @ 2023-10-13 14:27 郝壹贰叁 阅读(86) 评论(0) 推荐(0) 编辑
摘要:Background 基于ST-GCN实现花样滑冰动作分类 本案例通过选择ST-GCN来完成对花样滑冰中动作姿态的识别任务 该模型由香港中文大学-商汤科技联合实验室在AAAI 2018 录用论文「Spatial Temporal Graph Convolutional Networks for Sk 阅读全文
posted @ 2022-12-22 09:07 郝壹贰叁 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Ref: https://mmpose.readthedocs.io/en/latest/demo.html【API demo, Doc】 Ref: [Solved] Importerror: libgl.so.1: cannot open shared object file: no such f 阅读全文
posted @ 2022-09-25 12:25 郝壹贰叁 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:论文赏析 A Comprehensive Study of Deep Video Action Recognition [Submitted on 11 Dec 2020] 视频理解论文串讲(上)【论文精读】 视频理解论文串讲(下)【论文精读】 读后感 Hand-crafted --> CNN Tw 阅读全文
posted @ 2022-05-06 15:59 郝壹贰叁 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Ref: OpenMMTalk #1| Skeleton based action recognition _PoseC3D Ref: 行为识别(action recognition)目前的难点在哪? 行为识别综述 Ref: https://zhuanlan.zhihu.com/p/88945361 阅读全文
posted @ 2022-04-23 09:08 郝壹贰叁 阅读(245) 评论(0) 推荐(0) 编辑
摘要:Meta: PySlowFast 架构设计 MMAction 通用视觉框架 OpenMMLab 第一讲 计算机视觉与 OpenMMLab 概述 基本就是 history talking。 TSM是啥? 3D计算太贵,然后就有了如此的思路。 3D网络在精度方面很有优势,但由于3D卷积计算量大,训练和推 阅读全文
posted @ 2022-04-07 18:31 郝壹贰叁 阅读(105) 评论(0) 推荐(0) 编辑
摘要:Ref: [action] Action Recognition by Skeleton Paper on Trend 深兰科技|一文了解基于ST-GCN的人体动作识别与生成【过去】 PoseC3D: 基于人体姿态的动作识别新范式【现在】 [CVPR22 Oral] PoseConv3D: Proc 阅读全文
posted @ 2022-04-02 17:15 郝壹贰叁 阅读(636) 评论(0) 推荐(0) 编辑
摘要:收集一些有意思的比赛项目,评估当前选手们的大致水准。 检测 布匹缺陷检测 https://tianchi.aliyun.com/competition/entrance/531864/information CVPR 2021 AliProducts Challenge: Large-scale P 阅读全文
posted @ 2022-03-02 16:04 郝壹贰叁 阅读(119) 评论(0) 推荐(0) 编辑
摘要:大概就是这个意思: Using image search technology we can find the defect that was missed automatically and find the related similar training images in our train 阅读全文
posted @ 2022-02-13 08:20 郝壹贰叁 阅读(38) 评论(0) 推荐(0) 编辑
摘要:Image Blending Ref: https://www.pythonheidong.com/blog/article/286626/982d0bea20fb9cc62e57/【另外一个例子】 Ref: https://www.jianshu.com/p/49adfbe4b804 normal 阅读全文
posted @ 2022-02-10 06:32 郝壹贰叁 阅读(57) 评论(0) 推荐(0) 编辑
摘要:[pwc] Computer Vision Fundamentals for Business Leaders, April 2020 [viso.ai] 56 Most Popular Computer Vision Applications in 2021 阅读全文
posted @ 2021-11-19 11:22 郝壹贰叁 阅读(11) 评论(0) 推荐(0) 编辑
摘要:Ref: OpenCV 图像清晰度评价(相机自动对焦)(原文) Ref: OpenCV 图像清晰度评价(相机自动对焦)(code) 这里实现3种清晰度评价方法,分别是 Tenengrad梯度方法、Laplacian梯度方法 和 方差方法。 图像清晰度评价15种方法对比 阅读全文
posted @ 2021-10-07 07:39 郝壹贰叁 阅读(32) 评论(0) 推荐(0) 编辑
摘要:SSD object detector returns too large bboxes for non-square inputs #13895 mahehu opened this issue on 23 Feb 2019 · 3 comments 阅读全文
posted @ 2021-09-06 22:34 郝壹贰叁 阅读(18) 评论(0) 推荐(0) 编辑
摘要:Ref: https://artsandculture.google.com/ Using Machine Learning for Identification of Art Paintings Alexander Blessing Published 2010 特征点 + using a mul 阅读全文
posted @ 2021-08-25 10:32 郝壹贰叁 阅读(252) 评论(0) 推荐(0) 编辑
摘要:一些基础概念 Paddle Serving 、Paddle Inference、PaddleHub Serving三者的区别是什么?有什么样的包含关系? paddle serving是远程服务,即发起预测的设备(手机、浏览器、客户端等)与实际预测的硬件不在一起。paddle inference是一个 阅读全文
posted @ 2021-07-17 11:09 郝壹贰叁 阅读(722) 评论(0) 推荐(0) 编辑
摘要:为什么要安装较高版本?以下是理由。 Jetson 使用 OpenCV DNN Xavier NX - OpenCV 4.5 Xavier NX only works with JetPack 4.4 or later. And JetPack 4.4 is provided with OpenCV 阅读全文
posted @ 2021-06-10 07:30 郝壹贰叁 阅读(219) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示