Ubuntu – 编译安装Eigen
1 Ubuntu编译安装Eigen 使用以下命令克隆仓库 git clone https://gitlab.com/libeigen/eigen.git 依次使用以下命令进行编译安装 cd eigen mkdir build cd build cmake .. make install 安装完成之后…
- 未分类
- 2024-11-02
Ubuntu – 编译安装gflags
1 Ubuntu安装gflags 克隆仓库 git clone https://github.com/gflags/gflags.git cd gflags cd进入gflags目录,依次执行以下命令编译和安装gflags mkdir build cd build cmake .. make mak…
- Linux运维
- 2024-11-02
总结目前已发表的视频显著性检测模型
1 视频显著性检测模型 模型名 论文名 是否开源 Github DeepVS DeepVS: A Deep Learning Based Video Saliency ACLNet Revisiting Video Saliency Prediction in the Deep Learning E…
- 深度学习
- 2024-10-30
索要论文源代码的英文邮件模板
1 索要论文源代码的英文邮件模板 1.1 模板一 Dear Professor xxx(作者姓氏) I’m sorry to disturb you in your busy schedule. I am a graduate student of xxx(学校名称). I major in xxx…
- 其他
- 2024-10-30
Windows WSL2 Ubuntu – Could not load library libcudnn_cnn_infer.so.8. Error libcuda.so 问题
1 Could not load library libcudnn_cnn_infer.so.8. Error libcuda.so cannot open shared object file No such file or directory 在Windows WSL2 Ubuntu系统下推理A…
- Linux运维
- 2024-10-17
PyRender使用EGL进行离屏渲染出现GLError 12297错误的问题
1 问题 在Ubuntu上推理SMPLer-X:https://github.com/caizhongang/SMPLer-X项目,在使用PyRender库进行离屏渲染,选择egl作为渲染后端 os.environ["PYOPENGL_PLATFORM"] = "egl" 时出现了以下错误, Ope…
- Python
- 2024-10-17
Github – 拉取某个仓库未合并的pull request到本地进行查看和修改
1 拉取某个仓库未合并的pull request到本地进行查看和修改 1.1 克隆仓库 以仓库:https://github.com/damo-cv/RealisDance 为例,首先使用以下代码将仓库克隆到本地。 git clone https://github.com/damo-cv/Reali…
- Git
- 2024-10-14
将smpl、smplh、smplx模型按不同身体部位以不同的颜色进行渲染
1 SMPL/SMPLH/SMPLX 等模型身体部位划分和骨架信息 1.1 身体部位划分 meshcapade.wiki 详细定义了SMPL、SMPLH、STAR、SMPLX、SUPR模型身体部位分割的信息,其中 SMPL、SMPLH、STAR 模型身体部位分割参考此json:https://mes…
- 深度学习
- 2024-09-30
Windows安装Detectron2流程和踩的坑
1 Windows上安装Detectron2 按以下流程安装 git clone https://github.com/facebookresearch/detectron2.git conda create --name detectron2 python=3.9 conda activate d…
- 深度学习
- 2024-09-26
arXiv预印本论文网站使用备忘
1 arXiv arXiv:https://arxiv.org/ arXiv是由美国国家科学基金会和美国能源部资助,在美国洛斯阿拉莫斯(Los Alamos)国家实验室建立的免费电子预印本文献库,始建于1991年8月。2001年后转由Cornell University进行维护和管理。该预印本资料库…
- 科研
- 2024-09-24
视频显著性检测模型性能排行榜
1 视频显著性检测模型性能排行榜 (Video Saliency Prediction) 地址:Revisiting Video Saliency Prediction in the Deep Learning Era 分别统计了在DHF1K、Hollywood-2、UCF Sports、DIEM、…
- 深度学习
- 2024-09-09
使用huggingface-cli下载模型
1 安装huggingface cli 使用以下命令安装HuggingFace CLI 注意:huggingface_hub 依赖于 Python>=3.8,此外需要安装 0.17.0 及以上的版本,推荐0.19.0+。 pip install -U huggingface_hub 注意,在Wind…
- 人工智能
- 2024-09-05
最新评论