Bobo~

Results 11 comments of Bobo~

HR_OCR net, thanks

@AIprogrammer " In order to re-duce the loss of efficiency as much as possible, we do notchange convolutional layers in backbone, and only replacethe 1x1 convolution layer in FPN and...

@farzadips did you set nc = (your dataset class number) in configs/model_efficienet.yaml?

@farzadips hi, your nc=1? the nc in head should same as nc in data.yaml. Some people have encountered this problem before, and it is all caused by this

@farzadips can you share your dataset? According to the current description, I can't find the problem.

> Yes sure, can I send it via email? If yes please share with me your email or send an email to [[email protected]](mailto:[email protected]) . hello, because your dataset is too...

@farzadips I think you just need add pretrained=True in configs/model_efficientnet.yaml ` backbone: type: efficientnet version: b1 # b1 to b8 and l2 pretrained: True `

of course, such as hwen you use resnet-bakcbone, you can't use yolov5 pre-trained model

> Thank you for your answer. What I want to ask is, if I use swin Tiny as the backbone, can I use swin_tiny_patch4_window7_224.pth as the pretrained model, I tried...