README.md

This commit is contained in:
jixingyue 2025-09-29 14:06:44 +08:00
parent 1ced80e461
commit b63a3eb007
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# 简单说明
1.sam_ckpt是预训练权重由于文件过大文件在公共资料盘02-视觉算法\laser_weeding\sam_ckpt下
2.训练出的不同格式的权重放在公共资料盘02-视觉算法\laser_weeding\训练出的权重
3.历次采集数据集放在公共资料盘02-视觉算法\datasets下
# Introduction # 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. 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.