love-whut

Results 8 comments of love-whut

> 谢谢你的回答,但是我按照该方法操作,仍然无法解决“RuntimeError:输入类型(torch.cuda.HalfTensor)和权重类型(torch.cuda.FloatTensor)应该相同”的问题。下面是我引用的要合并的代码: > > HWD(nn.模块): def **init**(self, in_ch, out_ch): super(HWD, self).**init**() from pytorch_wavelets import DWTForward self.wt = DWTForward(J=1, mode='zero', wave='haar') self.conv = Conv(in_ch * 4, out_ch, 1, 1) > >...

> 我在配置mmrotate时,运行demo中的image_demo.py时候,遇到了以下的报错: > > Traceback (most recent call last): File "demo/image_demo.py", line 45, in main(args) File "demo/image_demo.py", line 30, in main model = init_detector(args.config, args.checkpoint, device=args.device) File "d:\mmrotate\mmdetection-2.25.1\mmdet\apis\inference.py", line 39,...

感谢感谢 ---Original--- From: ***@***.***> Date: Sun, Apr 27, 2025 17:31 PM To: ***@***.***>; Cc: ***@***.******@***.***>; Subject: Re: [open-mmlab/mmdetection] 'ConfigDict' object has no attribute'model' (Issue #11872) wuying-541 left a comment (open-mmlab/mmdetection#11872)...

> 复现这个代码之后,我发现“CFT weight”权重文件应该是供不训练时,直接做预测使用的。如若不对,请指正 请问您用得是哪个版本的YOLOv5复现的

> > > 复现这个代码之后,我发现“CFT weight”权重文件应该是供不训练时,直接做预测使用的。如若不对,请指正 > > > > > > 请问您用得是哪个版本的YOLOv5复现的 > > 我直接在yolov5官网git下来的代码 是7.0嘛?如果直接git的话,应该是最新版本的代码。

> 是的 > […](#) > ---- 回复的原邮件 ---- | 发件人 | ***@***.***> | | 发送日期 | 2024年04月10日 20:59 | | 收件人 | DocF/multispectral-object-detection ***@***.***> | | 抄送人 | chenyao1216 ***@***.***>,...

What I mean is that the labels of RGB images and IR images in the test set are inconsistent.