Files
vibe-spinda/.claude/settings.local.json
2026-05-08 16:42:35 -04:00

25 lines
1.0 KiB
JSON

{
"permissions": {
"allow": [
"Bash(python3 -c ' *)",
"Bash(python3 -)",
"Bash(python3 -m src.utils.detector test_image.jpg)",
"Bash(python3 -c \"import sys; print\\(sys.executable\\)\")",
"Bash(pip show *)",
"Bash(.venv/bin/python -m src.utils.detector test_image.jpg)",
"Bash(.venv/bin/python -)",
"Bash(cat)",
"Bash(.venv/bin/python /tmp/eval_model.py)",
"Bash(.venv/bin/python /tmp/eval_final.py)",
"Bash(.venv/bin/python identify.py test_image.jpg)",
"Bash(.venv/bin/python -m src.data.generate_aug_test_set)",
"Bash(.venv/bin/python -c ' *)",
"Bash(.venv/bin/python -m src.models.train --epochs 5)",
"Bash(.venv/bin/python -m src.models.evaluate)",
"Bash(.venv/bin/python -m src.models.evaluate --backbone resnet34 --model_path models/best_resnet34_model.pth)",
"Bash(.venv/bin/python identify.py test_image2.jpg --backbone resnet34 --model_path models/best_resnet34_model.pth)",
"Bash(.venv/bin/python src/models/regression_model.py)"
]
}
}