From 47e7df4c35d293e9ac3e9bc89d2573adbdcd7bb8 Mon Sep 17 00:00:00 2001 From: atticuszz <1831768457@qq.com> Date: Mon, 17 Jun 2024 16:37:44 +0800 Subject: [PATCH] chore: run pre-commits --- .gitmodules | 3 +++ .idea/AB_GICP.iml | 2 +- .idea/vcs.xml | 2 +- src/pose_estimation/{gemoetry.py => geometry.py} | 7 ++++--- 4 files changed, 9 insertions(+), 5 deletions(-) rename src/pose_estimation/{gemoetry.py => geometry.py} (99%) diff --git a/.gitmodules b/.gitmodules index 7292aa2..e6b3a14 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = thirdparty/torchimize url = git@github.com:SupaVision/torchimize.git +[submodule "thirdparty/pytorch3d"] + path = thirdparty/pytorch3d + url = git@github.com:facebookresearch/pytorch3d.git diff --git a/.idea/AB_GICP.iml b/.idea/AB_GICP.iml index 4537c88..1ded0e5 100644 --- a/.idea/AB_GICP.iml +++ b/.idea/AB_GICP.iml @@ -15,4 +15,4 @@