-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 1.67 KB
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 1.67 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
29
30
31
32
33
[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/graspness_unofficial"] # for grasp generation [motion]
path = third_party/graspness_unofficial
url = git@github.com:PointsCoder/graspness_unofficial.git
[submodule "third_party/graspnetAPI"] # for grasp evaluation and utilities [motion]
path = third_party/graspnetAPI
url = git@github.com:PointsCoder/graspnetAPI.git
[submodule "third_party/MinkowskiEngine"] # for sparse convolution operations [motion]
path = third_party/MinkowskiEngine
url = git@github.com:DynamoDuan/MinkowskiEngine.git
[submodule "third_party/WiLoR"] # for hand extraction [motion]
path = third_party/WiLoR
url = git@github.com:DynamoDuan/WiLoR.git
[submodule "third_party/curobo"]
path = third_party/curobo
url = git@github.com:DynamoDuan/curobo.git
[submodule "third_party/IsaacLab"]
path = third_party/IsaacLab
url = git@github.com:PointsCoder/IsaacLab.git