-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (27 loc) · 706 Bytes
/
.gitignore
File metadata and controls
33 lines (27 loc) · 706 Bytes
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
# ===== Results & outputs =====
results/
# ===== step1_bbox: Model checkpoints =====
step1_bbox/sam2/checkpoints/*.pt
step1_bbox/co-tracker/checkpoints/*.pth
# ===== step1_bbox: SAM2 temporary outputs =====
step1_bbox/sam2/tmp_vis/
step1_bbox/sam2/tmp_demo/
step1_bbox/sam2/tmp_vis_video/
# ===== step1_bbox: Upstream demo/example data =====
step1_bbox/Pi3/examples/
step1_bbox/co-tracker/assets/
step1_bbox/co-tracker/notebooks/
step1_bbox/sam2/notebooks/
step1_bbox/sam2/sav_dataset/
# ===== step2_motion: Large model =====
step2_motion/ckpt/
# ===== Build artifacts & caches =====
__pycache__/
*.pyc
*.egg-info/
build/
step1_bbox/sam2/sam2/_C.so
# ===== IDE & OS =====
.vscode/
.DS_Store
.claude/