README update

This commit is contained in:
jixingyue 2025-09-29 14:11:19 +08:00
parent b63a3eb007
commit 528e85b659
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ finetune-anything(FA) supports the entire training process of SAM model fine-tun
### Install ### Install
- Step1 - Step1
``` ```
git clone https://github.com/ziqi-jin/finetune-anything.git git clone https://git.sweetai.cn/jixingyue/laser_weeding.git
cd finetune-anything cd laser_weeding
pip install -r requirements.txt pip install -r requirements.txt
``` ```
- Step2 - Step2