Files
Seg_Data_Server/Tool-可视化/使用流程.txt
2026-05-20 15:05:35 +08:00

8 lines
593 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
0. cd 0_图片Labels生成 python 4_deal_labels.py 对label进行处理# 放入Data\ann_dir中
1. 【推荐】使用 Tool_Check_and_Gen_Txt_Label_sort_label.py 生成数据【按照从大到小顺序0~N个class】
使用 Tool_Check_and_Gen_Txt_Label_ori_label.py 生成数据【原始图片中的class】
2. 修改 my_dataset.yaml 修改路径、分类【分类数和步骤1程序生成数量相同】
2.1. 删除label下的.cache文件
3. python train.py 、 python inference.py 【修改pt模型】 进行训练、推理
4. python yolov11_heatmap_V2.py 进行热图可视化