fix(docs): add link of factorio yolo v0 playground

This commit is contained in:
LemonNeko
2025-08-22 01:55:42 +08:00
parent e97c62d3a7
commit a65eff2ee8
2 changed files with 5 additions and 0 deletions

View File

@@ -275,6 +275,9 @@ if (import.meta.hot) {
<TheButton variant="outline" @click="onConnectVncBtnClick">
Connect
</TheButton>
<TheButton variant="outline" as="a" size="icon" px-2 href="https://github.com/moeru-ai/airi-factorio/tree/main/apps/factorio-yolo-v0-playground/README.md" target="_blank">
<span i-solar-question-circle-bold text-xl />
</TheButton>
</div>
<div class="flex gap-2">
<div

View File

@@ -4,6 +4,8 @@
A model for detecting items in Factorio based on YOLOv11n. It can detect 6 items, see [names](./dataset/detect.yaml).
Playground is hosted on [HuggingFace](https://huggingface.co/spaces/proj-airi/factorio-yolo-v0-playground).
Available formats:
- ONNX
- PyTorch