neuwangmq

Results 4 comments of neuwangmq

同样的问题 看log似乎在提示词里面就没有数据库里的表信息 ![图片](https://github.com/eosphoros-ai/DB-GPT/assets/14195475/5de7c66c-b393-44e3-9fe5-e8f6fb78eefb) 只有若干字段信息

``` import torch import traceback import os import argparse import sys # 获取当前文件的绝对路径 current_file_path = os.path.abspath(__file__) # 获取当前文件所在的文件夹路径 current_file_dir = os.path.dirname(current_file_path) sys.path.append(current_file_dir+"/../") import torch from llava.conversation import conv_templates from llava.mm_utils...

![图片](https://github.com/01-ai/Yi/assets/14195475/f92c40f7-5a6b-4530-8a9c-e6d6bb023703) 非常感谢

我尝试使用 Given the image, provide the bounding boxes coordinate of the regions this sentence describes: all the cats in the image 类似提示词想让模型画出图片中的所有的猫,感觉模型好像不太能够画出全部的猫。请问您是否知道有什么方式或者提示技巧能够得到全部检测框的位置吗? @markli404