hi im super new to this field(deep learning, computer vision) so this question may sound dumb.
In this link (https://github.com/GeorgeSeif/Semantic-Segmentation-Suite), there are pre-trained models (eg, ResNet101) called front end models. And they are used for Feature Extractor. I found these models are called backbone models/architectures generally. And the link says some of main models(eg. DeepLabV3, PSPNet) rely on pre-trained ResNet.
Also, Transfer Learning is to take a model trained on a large dataset and transfer its knowledge to a smaller dataset, right ?
Then my question is ,
1.Do the models that rely on pre-trained ResNet do transfer learning basically ?
2.if i use pretrained network like ResNet101 as backbone architecture of main model(like U-Net,SegNet) for image segmentation, is it considered as transfer learning ?
Sorry for my bad english,and i would highly appreiate if you answer this questin. Thank you.