Commit 6f808229 authored by dcuai's avatar dcuai
Browse files

Update docowl_infer.py ——图片

parent 987a89bf
Pipeline #1910 canceled with stages
...@@ -71,9 +71,9 @@ if __name__ == '__main__': ...@@ -71,9 +71,9 @@ if __name__ == '__main__':
qas = [ qas = [
# docvqa case # docvqa case
{"image_path":"/home/wanglch/mPLUG-DocOwl/image/hp.jpg", {"image_path":"./image/car.jpg",
"question":"详细描述这张图片"}, "question":"详细描述这张图片"},
{"image_path":"/home/wanglch/mPLUG-DocOwl/image/R-C.jpg", {"image_path":"./image/pic.jpg",
"question":"详细描述这张图片"}, "question":"详细描述这张图片"},
] ]
......
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