一、安装软件bypy
pip install bypy
可能会出现以下报错
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
解决方法
pip3 install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple -U
二、第一次需要登录认证(让你的百度云知道是你在使用)
2.1、执行如下代码
bypy info
2.2、显示如下:
2.3、复制到浏览器中同时按下回车,点击发送验证码,确认后复制授权码:
2.4、在终端中进行认证
3、下载数据
3.1、将要下载的数据放入百度云中的如下所示的目录中:
3.2、在终端中输入如下内容进行下载
bypy downdir /ILSVRC201 数据集
3.2.1、效果如下: