28 lines
754 B
Markdown
28 lines
754 B
Markdown
# Interior (Artificial Light)
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Domain | INTERIOR |
|
|
| Description | Interior lit only by artificial sources. Warm tungsten, cool fluorescent.... |
|
|
|
|
## Key Tests
|
|
Local light sources, color temperature mixing, shadow from point lights
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/interior/interior-artificial/pexels-1571460-restaurant.jpg \
|
|
--domain INTERIOR \
|
|
--llm claude --tier opus \
|
|
--max-iterations 20
|
|
```
|
|
|
|
## Licensing
|
|
- **Category**: stock-free
|
|
- **License**: Pexels License (free for all purposes, no attribution required)
|
|
- **Source**: https://www.pexels.com/photo/1571460/
|
|
- **Photo ID**: 1571460
|
|
- **Attribution Required**: No
|