dkw-wkd
dkw-wkd
可以直接用官方给的yolov5x的预训练权重训练啊
> From where we could download pretrained weights for FAST-VQA and FasterVQA i.e. FAST_VQA_B_1*4.pth, etc you could download weights in this link:https://github.com/TimothyHTimothy/FAST-VQA/releases/download/v2.0.0/FAST_VQA_B_1_4.pth this link is remarked in the table of...
> 咱们得requirement里面依然是 opencv-python==4.2.0.32 的版本,但是这个版本已经没有源可以安装了,现在按照教程安装到这一步就会卡住。怎么办呢? > > C:\Users\Will-CC>python -m pip install opencv-python==4.2.0.32 -i https://pypi.doubanio.com/simple Looking in indexes: https://pypi.doubanio.com/simple ERROR: Could not find a version that satisfies the requirement opencv-python==4.2.0.32 (from versions:...
把文件/home/pc/.local/lib/python3.10/site-packages/torch/utils/cpp_extension.py 1893行的 '['ninja', '-v']' 改成 '['ninja', '--version']' 试试 同上
> @dkw-wkd 你好这里我需要你的CUDA版本等相关 依赖。 我在部署的时候遇到过C++缺失的情况。后续解决了。 目前我的环境如下: 我的环境是 CUDA Driver Version: 12.0 > > nvcc版本为: nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_May__3_18:49:52_PDT_2022 Cuda compilation...
> 是不是网络不好。 可以手动下载模型文件,设置模型地址。再试一下。 国内下载地址会快一些:https://cloud.tsinghua.edu.cn/d/674208019e314311ab5c/ 兄弟 想请教下设置模型地址,具体要修改哪些路径呢?