Sibgat Ul Islam
Sibgat Ul Islam
another issue is that: ```python 141.4s 47 [92mIf the pretrained HGNetV2 can't be downloaded automatically. Please check your network connection.[0m 141.4s 48 [92mPlease check your network connection. Or download the...
I have been trying to modify the existing yolo11x architecture to accommodate the training for a similar task (fusing two different input layers for IR and RGB images) which completely...
Different backbones for different modalities, Would not that require modifying the forward function of the BaseModel class? > Why not just add the IR as an extra channel?
> Adding extra channels is directly supported in Ultralytics without any modification. > > If you want to modify the architecture, then you need to follow the Ultralytics YAML format,...
> You will need to use the YAML to define the model structure. Even if you modify the code or add new modules, the modules should still be specified in...
I found the solution, thanks.