Commit 9441e3d2 authored by luopl's avatar luopl
Browse files

Update README.md

parent 26c19f5c
Pipeline #1003 failed with stages
in 0 seconds
...@@ -67,10 +67,10 @@ pip install -e . ...@@ -67,10 +67,10 @@ pip install -e .
``` ```
## 数据集 ## 数据集
预训练阶段数据集为数据集为ImageNet 预训练阶段数据集为数据集为
[ImageNet](https://image-net.org/) [ImageNet](https://image-net.org/)
微调阶段数据集为数据集为SA-1B 微调阶段数据集为数据集为
[SA-1B](https://ai.meta.com/datasets/segment-anything/) [SA-1B](https://ai.meta.com/datasets/segment-anything/)
## 训练 ## 训练
...@@ -82,7 +82,9 @@ pip install -e . ...@@ -82,7 +82,9 @@ pip install -e .
|------------------------------|------------------------------| |------------------------------|------------------------------|
| [Download](https://github.com/yformer/EfficientSAM/blob/main/weights/efficient_sam_vits.pt.zip) |[Download](https://github.com/yformer/EfficientSAM/blob/main/weights/efficient_sam_vitt.pt)| | [Download](https://github.com/yformer/EfficientSAM/blob/main/weights/efficient_sam_vits.pt.zip) |[Download](https://github.com/yformer/EfficientSAM/blob/main/weights/efficient_sam_vitt.pt)|
单卡推理 ###单卡推理
进入代码文件夹
``` ```
cd /path/your_code_data/efficientsam_pytorch cd /path/your_code_data/efficientsam_pytorch
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment