diff --git a/README.md b/README.md index 1745dce..75b7b9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# 简单说明 + +1.sam_ckpt是预训练权重,由于文件过大,文件在公共资料盘02-视觉算法\laser_weeding\sam_ckpt下 + +2.训练出的不同格式的权重放在公共资料盘02-视觉算法\laser_weeding\训练出的权重 + +3.历次采集数据集放在公共资料盘02-视觉算法\datasets下 + # Introduction The [Segment Anything Model (SAM)](https://github.com/facebookresearch/segment-anything) has revolutionized computer vision. Relying on fine-tuning of SAM will solve a large number of basic computer vision tasks. We are designing a **class-aware one-stage** tool for training fine-tuning models based on SAM.