Install
openclaw skills install mouse-yolo-factoryGenerate simulated scratch defects, run YOLO model inference with auto-labeling, and merge mouse product defect image datasets with version control.
openclaw skills install mouse-yolo-factory這是一個專為老鼠 (Mouse) 產品瑕疵檢測開發的 YOLO 整合技能。支援瑕疵影像生成、自動化模型推論標記,以及資料集的合併與版本管理。
在原始影像上模擬生成劃傷 (Scratch) 瑕疵。
python D:/aiagent/aiagent_for_Mouse_Python_code/Mouse_produce_scratch.py --input <input_dir> --output <output_dir>
使用現有模型進行推論,並將結果儲存為 JSON/YOLO 格式。
python D:/aiagent/aiagent_for_Mouse_Python_code/drawbox_and_dataset_savejson_with_model.py --model <model_path> --img_size <size> --conf <threshold> --source <img_path>
將新標記好的資料併入全域資料庫。
python D:/aiagent/aiagent_for_Mouse_Python_code/datatool.py --new_data <new_path> --yolo_db <db_root> --desc <description>