[FishBotCamera]3.结合YOLO实现检测
-
@小鱼 重装了一边不太行
-
@小鱼 (1) In PyTorch 2.6, we changed the default value of the
weights_onlyargument intorch.loadfromFalsetoTrue. Re-runningtorch.loadwithweights_onlyset toFalsewill likely succeed, but it can result in arbitrary code execution. Do it only if you got the file from a trusted source.
(2) Alternatively, to load withweights_only=Trueplease check the recommended steps in the following error message.
WeightsUnpickler error: Unsupported global: GLOBAL numpy.core.multiarray._reconstruct was not an allowed global by default. Please usetorch.serialization.add_safe_globals([numpy.core.multiarray._reconstruct])or thetorch.serialization.safe_globals([numpy.core.multiarray._reconstruct])context manager to allowlist this global if you trust this class/function.
重运行完报这个错 -
要怎么调节阈值啊@小鱼
-
-
-
@小鱼
这个包一直下载失败,怎么解决 -
@2648226346 环境变量设置了吗
-
@luqixuan 我是按照网页一步步来的
-
@2648226346 环境变量具体是哪一步?
-
@小鱼 在 [FishBotCamera]3.结合YOLO实现检测 中说:
d ~/fishbot_ws/
colcon build
source install/setup.b -
@2648226346 后来怎么解决de