Commit 66ec6c69 authored by mashun1's avatar mashun1
Browse files

update

parent 37d097cd
...@@ -73,15 +73,55 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一 ...@@ -73,15 +73,55 @@ Tips:以上dtk驱动、python、torch等DCU相关工具版本需要严格一
## 数据集 ## 数据集
无(暂未开源 无(等待更新
## 推理 ## 推理
### 模型下载 ### 字体下载
下载并重命名
arialuni.ttf -> Arial_Unicode.ttf
文件结构
font/
└── Arial_Unicode.ttf
### 命令行
# 快速运行
export ATTN_PRECISION=fp16
python inference.py
# graido客户端运行
export ATTN_PRECISION=fp16
python demo.py
## result
![Alt text](readme_imgs/image-3.jpg)
![Alt text](readme_imgs/image-4.png)
### 精度
## 应用场景
### 算法类别
`AIGC`
### 热点应用行业
`零售,广媒,设计`
## 预训练权重
https://modelscope.cn/models/iic/cv_anytext_text_generation_editing/files 原始链接:[clip](https://huggingface.co/openai/clip-vit-large-patch14/tree/main) | [anytext](https://modelscope.cn/models/iic/cv_anytext_text_generation_editing/files)
[SCNet](http://113.200.138.88:18080/aimodels)高速通道:[clip](http://113.200.138.88:18080/aimodels/clip-vit-large-patch14) | [anytext](http://113.200.138.88:18080/aimodels/cv_anytext_text_generation_editing)
https://huggingface.co/openai/clip-vit-large-patch14/tree/main
damo/ damo/
└── cv_anytext_text_generation_editing └── cv_anytext_text_generation_editing
...@@ -123,44 +163,6 @@ https://huggingface.co/openai/clip-vit-large-patch14/tree/main ...@@ -123,44 +163,6 @@ https://huggingface.co/openai/clip-vit-large-patch14/tree/main
│ └── trg_vocab.txt │ └── trg_vocab.txt
└── README.md └── README.md
### 字体下载
下载并重命名
arialuni.ttf -> Arial_Unicode.ttf
文件结构
font/
└── Arial_Unicode.ttf
### 命令行
# 快速运行
export ATTN_PRECISION=fp16
python inference.py
# graido客户端运行
export ATTN_PRECISION=fp16
python demo.py
## result
![Alt text](readme_imgs/image-3.jpg)
![Alt text](readme_imgs/image-4.png)
### 精度
## 应用场景
### 算法类别
`AIGC`
### 热点应用行业
`零售,广媒,设计`
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
......
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