28 lines
744 B
Markdown
28 lines
744 B
Markdown
# Sailing Yacht
|
|
|
|
## Scene Characterisation
|
|
|
|
| Property | Value |
|
|
|----------|-------|
|
|
| Domain | VEHICLE |
|
|
| Description | Racing yacht under sail in open water. Wind-filled sails, heeling hull, spray.... |
|
|
|
|
## Key Tests
|
|
Cloth simulation (sails), water interaction, hull materials, wind effect, ocean + sky
|
|
|
|
## Brain Config
|
|
```bash
|
|
python -m brain \
|
|
--reference benchmark/references/vehicle/sailing-yacht/pexels-273886-sailing.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/273886/
|
|
- **Photo ID**: 273886
|
|
- **Attribution Required**: No
|