yolo v5_7.0环境搭建requirements.txt

# YOLOv5 🚀 requirements
# Usage: pip install -r requirements.txt
# pip freeze >requirements.txt
absl-py==0.15.0
addict==2.4.0
astor @ file:///home/conda/feedstock_root/build_artifacts/astor_1593610464257/work
asttokens==2.2.1
astunparse==1.6.3
backcall @ file:///home/conda/feedstock_root/build_artifacts/backcall_1592338393461/work
backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_1618230623929/work
cached-property==1.5.2
cachetools==5.3.0
certifi==2022.12.7
chardet==5.1.0
charset-normalizer==3.0.1
clang==5.0
click==8.1.3
colorama @ file:///home/conda/feedstock_root/build_artifacts/colorama_1666700638685/work
coloredlogs==15.0.1
coremltools==6.2
cycler==0.11.0
decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1641555617451/work
defusedxml==0.7.1
executing==1.2.0
fast_ctc_decode==0.3.2
filelock==3.9.0
flatbuffers==1.12
fonttools==4.38.0
gast==0.4.0
gitdb==4.0.10
GitPython==3.1.30
google-auth==2.16.0
google-auth-oauthlib==0.4.6
google-pasta==0.2.0
grpcio==1.34.1
h5py==3.1.0
huggingface-hub==0.12.0
humanfriendly==10.0
idna==3.4
imagecodecs==2021.11.20
imageio==2.25.0
importlib-metadata==6.0.0
ipython @ file:///D:/bld/ipython_1651240762678/work
jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1669134318875/work
joblib==1.2.0
jstyleson==0.0.2
keras==2.11.0
keras-nightly==2.5.0.dev2021032900
Keras-Preprocessing==1.1.2
kiwisolver==1.4.4
lmdb==1.4.0
Markdown==3.4.1
markdown-it-py==2.1.0
MarkupSafe==2.1.2
matplotlib==3.5.3
matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1660814786464/work
mdurl==0.1.2
mpmath==1.2.1
networkx==2.6.3
nibabel==4.0.2
nltk==3.8.1
numpy==1.19.5
oauthlib==3.2.2
onnx==1.13.0
onnx-simplifier==0.4.17
onnxsim==0.4.17
opencv-python==4.7.0.68
openvino==2022.2.0
openvino-dev==2022.2.0
openvino-telemetry==2022.3.0
opt-einsum==3.3.0
packaging==23.0
paddle-bfloat==0.1.7
paddlepaddle==2.4.1
pandas==1.1.5
parasail==1.2.4
parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1638334955874/work
pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1602536217715/work
Pillow==9.4.0
progress==1.6
prompt-toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1670414775770/work
protobuf==3.20.3
psutil @ file:///C:/Windows/Temp/abs_b2c2fd7f-9fd5-4756-95ea-8aed74d0039flsd9qufz/croots/recipe/psutil_1656431277748/work
py-cpuinfo==9.0.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pybind11==2.10.3
pyclipper==1.3.0.post4
pydicom==2.3.1
Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1672682006896/work
pyparsing==3.0.9
pyreadline==2.1
python-dateutil==2.8.2
pytz==2022.7.1
PyWavelets==1.3.0
PyYAML==6.0
rawpy==0.17.3
regex==2022.10.31
requests==2.28.2
requests-oauthlib==1.3.1
rich==13.3.1
rsa==4.9
scikit-image==0.19.3
scikit-learn==0.24.2
scipy==1.5.4
seaborn==0.12.2
sentencepiece==0.1.97
shapely==2.0.1
six==1.15.0
smmap==5.0.0
sounddevice==0.4.5
sympy==1.10.1
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorboardX==2.5.1
tensorflow==2.5.0
tensorflow-estimator==2.5.0
tensorflow-hub==0.12.0
tensorflowjs==3.9.0
termcolor==1.1.0
texttable==1.6.7
thop==0.1.1.post2209072238
threadpoolctl==3.1.0
tifffile==2021.11.2
tokenizers==0.13.2
torch==1.8.2+cu102
torchaudio==0.8.2
torchvision==0.9.2+cu102
tqdm==4.64.1
traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1675110562325/work
transformers==4.26.1
typing_extensions @ file:///home/conda/feedstock_root/build_artifacts/typing_extensions_1665144421445/work
urllib3==1.26.14
wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1673864653149/work
Werkzeug==2.2.2
wrapt==1.12.1
x2paddle==1.4.0
zipp==3.13.0
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
出现 "AssertionError: requirements: requirements.txt not found, check failed" 错误是因为在运行YOLOV5时找不到 requirements.txt 文件。请确保你已经正确地设置了环境并且将所需的依赖项添加到 requirements.txt 文件中。以下是解决这个错误的步骤: 1. 确认你已经正确地克隆或下载了YOLOV5的源代码,并将其放置在合适的目录下。 2. 在命令行中进入YOLOV5的根目录。 3. 检查是否存在 requirements.txt 文件。你可以使用命令 `ls`(在Linux/Mac)或 `dir`(在Windows)来查看当前目录下的文件。 4. 如果 requirements.txt 文件确实不存在,你可以在YOLOV5的 GitHub 页面上找到一个示例文件。你可以复制该示例文件的内容并创建一个新的 requirements.txt 文件,并将其保存在YOLOV5的根目录中。 5. 如果 requirements.txt 文件已经存在,但仍然出现了错误,请确保该文件中列出的所有依赖项都已经正确安装。你可以使用命令 `pip install -r requirements.txt` 来安装这些依赖项。 6. 安装所需的依赖项后,再次运行YOLOV5,并确认是否还会出现 "AssertionError: requirements: requirements.txt not found, check failed" 错误。 注意:如果你在运行YOLOV5之前已经进行了任何的配置更改,请确保你已经按照YOLOV5的文档进行了正确的设置。确保你的环境和文件路径设置正确,并且按照文档中的要求进行操作。如果问题仍然存在,请检查其他可能导致该错误的原因,例如文件权限或文件路径错误等。 : https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data : https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data : https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

光明有我16620122910

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值