28 lines
747 B
Markdown
28 lines
747 B
Markdown
# Formula 1 Car
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Domain | VEHICLE |
|
|
| Description | F1 car at speed on circuit. Motion blur, tarmac detail, tire smoke, carbon fiber.... |
|
|
|
|
## Key Tests
|
|
Motion blur, carbon fiber material, tire rubber, tarmac, speed sensation, sponsor decals
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/vehicle/f1-car-speed/pexels-12801-race-car.jpg \
|
|
--domain VEHICLE \
|
|
--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/12801/
|
|
- **Photo ID**: 12801
|
|
- **Attribution Required**: No
|