Skip to content

Commit bfa1666

Browse files
Merge pull request #1 from felipe-parodi/main
Fix a handful of bugs ID'ed during Code-Ocean workflow.
2 parents bc285aa + ee926cb commit bfa1666

File tree

19 files changed

+993
-2736
lines changed

19 files changed

+993
-2736
lines changed

.gitignore

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ venv.bak/
4444

4545
# Model weights and checkpoints
4646
*.pth
47+
*.pt
4748
*.ckpt
4849
*.h5
4950
*.pkl
@@ -58,6 +59,18 @@ demos/mmpose_checkpoint.pth
5859
demos/test_output/
5960
demos/results/
6061

62+
# Downloaded YOLO models
63+
yolov*.pt
64+
yolov*.yaml
65+
66+
# Test outputs
67+
test_*_output/
68+
test_*.pt
69+
test_*.html
70+
71+
# Large model files in root
72+
td-hm_hrnet*.pth
73+
td-hm_hrnet*.py
6174

6275
# Data files
6376
*.csv
@@ -108,10 +121,9 @@ REQUIREMENTS_ANALYSIS.md
108121
landmark-converter/outputs/
109122
landmark-converter/models/__pycache__/
110123
evals/PLAN.md
111-
evals/PLAN.md
112-
113124

114125
# Server files with credentials
115126
docs/gradio/primateface_server.py
116127
AGENTS.md
117-
AGENTS.md
128+
129+

0 commit comments

Comments
 (0)