bigheadhead
bigheadhead
> > > I have transfer the yolov5s.pt to yolov5.onnx, But I got a bad results when I infer... Can you give me some advices? > > ``` > def...
> > > 我安装torch 1.8 onnx最新版本,yolov5也是master, 但onnx推断提示load model错误。 贴出具体的出错信息吧。另外你的onnx模型怎么来的?是yolov5 官方的 export.py 导出的吗?
same error, anyone konw how to solve it?
hi, all brothers, I solve this bug by following steps, firstly uninstall your installed torch and torchvision, then input: pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117, and restart webui.sh, it is...
> hi, all brothers, I solve this bug by following steps, firstly uninstall your installed torch and torchvision, then input: pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117, and restart webui.sh, it...
> > > No such file or directory: 'data/imdb-gender-age101.pkl' > 我见他们的问题中也提出缺少pkl,您让直接运行demo就可以,但是我把预训练模型下载下载,直接运行还是缺少,因为他会直接从config中寻找pkl > 直接python3 demo.py 行不通 我应该怎么做? 你百度搜索: imdb 数据集,会有相关的下载链接,只需两个压缩包:imdb_crop.tar 以及 imdb_meta.tar ,在该项目的目录下新建data文件夹,将2个tar目录放入其中,然后顺着教程来即可,即运行python pre_process.py 结束后自动在data目录下生产pkl文件。
> > > 我也是这个问题,求解答 你百度搜索: imdb 数据集,会有相关的下载链接,只需两个压缩包:imdb_crop.tar 以及 imdb_meta.tar ,在该项目的目录下新建data文件夹,将2个tar目录放入其中,然后顺着教程来即可,即运行python pre_process.py 结束后自动在data目录下生产pkl文件。
imdb_crop.tar 下载:https://zhuanlan.zhihu.com/p/31378836 在页面按下:ctrl+F,搜索:imdb,然后有个百度云盘链接,进去后下载。 imdb_meta.tar 下载:https://hyper.ai/datasets/5349 在该页面最上面点击 磁力链接,然后打开迅雷下载,在需要下载的列表中,有 data 一栏,点击进去,只选择 imdb_meta.tar。 希望对各位有帮助。
你好! 最初我按照作者在readme文件里的操作步骤,也遇到这个问题,后来自己搜索、定位解决了问题。你先按照我提示的操作步骤走一遍,如果还是为空,请贴出你的运行信息,以便我定位。 另外,你可以去看一下作者的代码,加一些debug语句去定位问题在哪。 | | hehaiming | | ***@***.*** | 签名由网易邮箱大师定制 在2021年10月8日 ***@***.***> 写道: 产生的pkl文件为什么是空的呢 — You are receiving this because you commented. Reply to this email directly, view it...
> > > 发生报错FileNotFoundError: [Errno 2] No such file or directory: 'data/imdb-gender-age101.pkl' > 请问哪里可以下载? 你百度搜索: imdb 数据集,会有相关的下载链接,只需两个压缩包:imdb_crop.tar 以及 imdb_meta.tar ,在该项目的目录下新建data文件夹,将2个tar目录放入其中,然后顺着教程来即可,即运行python pre_process.py 结束后自动在data目录下生产pkl文件。