Junyang Wang
Junyang Wang
Same problem and how to do?
> 请教一下~尽管论文中解释了GPT4V缺乏定位能力,但是给定icon的描述,GPT4V不具备给出坐标的能力吗?GDINO的存在是必要的吗? 我们尝试过让GPT-4V根据icon描述给出对应的坐标,但是发现GPT-4V不具备这个能力,换句话说,GPT-4V只具备感知能力,不具备定位能力。希望能帮助到你。
> > 请教一下~尽管论文中解释了GPT4V缺乏定位能力,但是给定icon的描述,GPT4V不具备给出坐标的能力吗?GDINO的存在是必要的吗? > > 我们尝试过让GPT-4V根据icon描述给出对应的坐标,但是发现GPT-4V不具备这个能力,换句话说,GPT-4V只具备感知能力,不具备定位能力。希望能帮助到你。 We have tried to let GPT-4V give the corresponding coordinates based on the icon description, but we found that GPT-4V does not have this...
> > > 请教一下~尽管论文中解释了GPT4V缺乏定位能力,但是给定icon的描述,GPT4V不具备给出坐标的能力吗?GDINO的存在是必要的吗? > > > > > > 我们尝试过让GPT-4V根据icon描述给出对应的坐标,但是发现GPT-4V不具备这个能力,换句话说,GPT-4V只具备感知能力,不具备定位能力。希望能帮助到你。 > > Thanks for reply. 未来有针对这个问题的更新计划吗(定位不使用单独的模块,而是整个模型端到端)? 可以参考这个[回复](https://github.com/X-PLUG/MobileAgent/issues/3#issuecomment-1920436182)
> Try removing the "line break" and putting the command on one line, as shown in the latest README.md.
> > > > > > > > > Try removing the "line break" and putting the command on one line, as shown in the latest README.md. > > I...
> 使用了 3.9.2 和 3.7.15,安装依赖都有不同组件报错 我使用的是 3.10.6
> ERROR: Could not find a version that satisfies the requirement TensorFlow==2.9.1 (from versions: 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0) ERROR: No matching distribution...
> > conda create -n mobileagent python=3.9.11 > > 修改requirements.txt: TensorFlow==2.13.0 keras==2.13.1 > > 在mac下成功执行 > > 试了这个,但是使用 README 中使用自己 API Key 运行也是报错的: > > ``` > ModuleNotFoundError: No module...
> > > > conda create -n mobileagent python=3.9.11 > > > > 修改requirements.txt: TensorFlow==2.13.0 keras==2.13.1 > > > > 在mac下成功执行 > > > > > > > > >...