Skip to content

Commit 8c836bc

Browse files
zhaop-llyuwenyu
authored andcommitted
fix readme
1 parent e970b76 commit 8c836bc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

paddlemix/examples/points_qwen2_5/README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sh build_paddle_env.sh
4444
python -m pip install -e . --user
4545
python -m pip install -e ppdiffusers --user
4646
python -m pip install -r requirements.txt --user
47-
python -m pip install paddlenlp==3.0.0b3 --user
47+
python -m pip install paddlenlp==3.0.0b4 --user
4848

4949
# sh 脚本快速安装
5050
sh build_env.sh
@@ -57,12 +57,26 @@ sh build_env.sh
5757
## 3 快速开始
5858

5959
### 推理
60+
6061
```bash
6162
# 单图推理
6263
python paddlemix/examples/points_qwen2_5/image_infer.py
6364
```
6465

66+
![](../../demo_images/minicpm_demo.jpeg)
67+
68+
**Prompt:**
69+
70+
>please describe the image in detail
71+
72+
**Result:**
73+
74+
>The image features a young, brown and white dog with a distinctive red collar adorned with gold accents. The dog is sitting on a lush green lawn, with a few scattered yellow leaves, suggesting it might be autumn. The dog's eyes are a deep brown, and it has a soft, white muzzle. Its ears are perked up, and it has a gentle, yet attentive expression. The background is blurred, with hints of more greenery, focusing the viewer's attention on the dog.
75+
76+
77+
6578
### 参考文献
79+
6680
```BibTeX
6781
@article{liu2024points,
6882
title={POINTS: Improving Your Vision-language Model with Affordable Strategies},

0 commit comments

Comments
 (0)