mirror of
https://github.com/moeru-ai/airi-factorio.git
synced 2025-09-04 17:02:04 +00:00
fix(docs): add link of factorio yolo v0 playground
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user