Closed abhigoku10 closed 3 years ago
@chufengt 1,2,4 thanks for the response
just keep the loss
@chufengt when using pretrained=True are you freezing only the last layer and training or retraining from begining
no freezing, just for parameter initialization
@chufengt when we change the backbone to resent without including CAM and STN , does it work since we are providing annotation in a label format ie 1,0. so the main advantage of using label vector annotation with STN is for this reason right ??
using ResNet only (w/o STN) can produce a reasonable result (see https://github.com/aajinjin/Strong_Baseline_of_Pedestrian_Attribute_Recognition) label vector annotation? it's just for convenience, nothing to do with STN or backbones
@chufengt i had few queries on the backbone