Export, validate, and publish model sample-result images into docs/source/images and reference them from README/docs pages. Use when model sample images are missing, outdated, or suspected to be invalid.
Use this skill to create or refresh sample-result images for model documentation.
This skill focuses on:
docs/source/images/<model>/results/It does not own benchmark table maintenance. Use benchmark-and-docs-refresh for that.
Only use sample images from:
Do not use:
results/.docs/source/images/<model>/results/.docs/source/images/<model>/results/0.pngdocs/source/images/<model>/results/1.pngdocs/source/images/<model>/results/2.pngIf you have fewer than 3 trustworthy images, train the model on a few more categories to generate more sample images.
Preferred pattern:
### Sample Results

Repeat for additional images.
Preferred docs-page pattern:
## Sample Results
```{eval-rst}
.. image:: ../../../../../images/<model>/results/0.png
```
Before publishing an image: