-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 1.38 KB
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "third_party/mega-sam"] # for depth and camera motion estimation [preprocessing]
path = third_party/mega-sam
url = git@github.com:PointsCoder/mega-sam.git
[submodule "third_party/Grounded-SAM-2"] # for object segmentation [reconstruction]
path = third_party/Grounded-SAM-2
url = git@github.com:PointsCoder/Grounded-SAM-2.git
[submodule "third_party/Hunyuan3D-2"] # for object mesh reconstruction [reconstruction]
path = third_party/Hunyuan3D-2
url = git@github.com:PointsCoder/Hunyuan3D-2.git
[submodule "third_party/FoundationPose"] # for object pose estimation [reconstruction]
path = third_party/FoundationPose
url = git@github.com:PointsCoder/FoundationPose.git
[submodule "third_party/ObjectClear"] # for object clearing [reconstruction]
path = third_party/ObjectClear
url = git@github.com:PointsCoder/ObjectClear.git
[submodule "third_party/PromptDA"] # for depth refinement [reconstruction]
path = third_party/PromptDA
url = git@github.com:dynamoduan/PromptDA.git
[submodule "third_party/GraspGen"] # for grasp generation [motion]
path = third_party/GraspGen
url = git@github.com:DynamoDuan/GraspGen.git
[submodule "third_party/WiLoR"] # for hand extraction [motion]
path = third_party/WiLoR
url = git@github.com:DynamoDuan/WiLoR.git
[submodule "third_party/sam-3d-objects"]
path = third_party/sam-3d-objects
url = https://github.com/licesma/sam-3d-objects.git
branch = main