generated from yuanbiao/python_templates
README.md
This commit is contained in:
parent
1ced80e461
commit
b63a3eb007
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue