会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Libra
岁月腐蚀了曾经的青春,留下温顺苍老的影子。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
41
下一页
2024年9月7日
Pytorch相关(第一篇)
摘要: torch.autograd.Function 使用方法 torch.autograd.Function 是 PyTorch 提供的一个接口,用于自定义自动求导的操作。通过继承这个类,你能够定义自定义的前向和反向传播逻辑。下面是使用 torch.autograd.Function 的基本步骤以及示例
阅读全文
posted @ 2024-09-07 11:49 玥茹苟
阅读(101)
评论(0)
推荐(0)
2024年8月22日
pybind11 && c++类封装(第一篇)
摘要: c++类封装 在Python中使用C++类,我们可以使用pybind11库来封装C++类。以下是一个简单的示例,演示了如何在Python中使用一个简单的C++类: #include <pybind11/pybind11.h> class MyClass { public: MyClass(int v
阅读全文
posted @ 2024-08-22 11:21 玥茹苟
阅读(658)
评论(0)
推荐(0)
conan 使用
摘要: 1. 远程库 conan remote -h list List current remotes#查看所有远程库 add Add a remote#添加一个远程库 remove Remove a remote#删除一个远程库 update Update the remote url# 更新远程库的u
阅读全文
posted @ 2024-08-22 10:59 玥茹苟
阅读(813)
评论(0)
推荐(0)
2024年1月30日
人脸识别几个开源
摘要: 人脸识别几个开源 1.OpenFace Github:https://github.com/TadasBaltrusaitis/OpenFace OpenFace是一个用于计算机视觉和机器学习的工具,能够进行各种面部识别检测,包括:特征点检测、头部姿态识别、面部动作识别和眼睛注视识别。此外,它还能够
阅读全文
posted @ 2024-01-30 14:09 玥茹苟
阅读(2853)
评论(0)
推荐(0)
2024年1月2日
git 使用
摘要: /////如何删除远程分支上origin\y12345678的最新1条提交记录 1、git reset --soft HEAD~1 //表示本地或者暂存区撤回一条提交记录 1、git reset --hard HEAD~1 2、git push origin y12345678 -f //git r
阅读全文
posted @ 2024-01-02 11:26 玥茹苟
阅读(22)
评论(0)
推荐(0)
2023年11月15日
验证本质矩阵E的 分解
摘要: #include <iostream> #include <vector> #include <Eigen/Eigen> #include <Eigen/Dense> int main() { //SHAPE_FACTORY(BoxCude) < ClipFunType > ss; //std::c
阅读全文
posted @ 2023-11-15 15:25 玥茹苟
阅读(45)
评论(0)
推荐(0)
2023年9月27日
离散点 plane to fit (最小二乘)
摘要: using namespace Eigen; int readStreamFile( const std::string &stream_file, std::vector<std::vector<Eigen::Vector3f>> &cloud_p) { std::ifstream inFile(
阅读全文
posted @ 2023-09-27 15:27 玥茹苟
阅读(41)
评论(0)
推荐(0)
2023年9月18日
win10下docker安装 ubuntu18.04.
摘要: 参考 Win10使用Docker安装Ubuntu环境 - 知乎 (zhihu.com) 旧版 WSL 的手动安装步骤 | Microsoft Learn
阅读全文
posted @ 2023-09-18 11:48 玥茹苟
阅读(69)
评论(0)
推荐(0)
2023年8月16日
OSG 编译安装 && 使用
摘要: OSG 编译安装 && 使用 1. OSG 编译安装 //安装依赖 sudo apt-get install cmake libgdal-dev libfreetype6-dev zlib1g-dev liblua5.3-dev libcppunit-dev libpng-dev libjpeg-d
阅读全文
posted @ 2023-08-16 15:18 玥茹苟
阅读(303)
评论(0)
推荐(0)
2023年2月18日
opencasecad stp文件读取
摘要: opencasecad stp文件读取 代码: #include "PreCompiled.h" #ifndef _PreComp_ # include <fcntl.h> # include <sstream> # include <Quantity_Color.hxx> # include <B
阅读全文
posted @ 2023-02-18 10:56 玥茹苟
阅读(326)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
41
下一页
公告