-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add sam2 #889
add sam2 #889
Conversation
Thanks for your contribution! |
本仓库提供该模型的Paddle实现,并提供了推理代码。 | ||
|
||
## 2. 快速开始 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
加个demo效果图,首页文档的model zoo里也体现下新增模型
另外这里应该是ground dino + sam2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ground dino + sam2,单独的sam2推理还没来得及做,优先实现vctrl需要的功能
### 获取权重 | ||
|
||
```bash | ||
wget https://bj.bcebos.com/v1/paddlenlp/models/community/Sam/Sam2/sam2.1_hiera_large.pdparams |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以直接from_pretrain吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还不支持,from_pretrain需要重构一下组网
No description provided.