themblem/.claude/settings.local.json
Fam Zheng 3715bafcb4 Increase image resolution to 512x512 in training and verification
- Update train2.py and verify2.py to use 512x512 image resize instead of 224x224
- Add grep command permission to Claude settings
2026-01-24 12:25:45 +00:00

13 lines
206 B
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(git restore:*)",
"Read(//home/fam/src/themblem/api/products/**)",
"Bash(grep:*)"
],
"deny": [],
"ask": []
}
}