Longchuan Niu

Results 2 issues of Longchuan Niu

I have tried both with "pretrained_model/mobileNetV2_0.25.pth" and without this pretrained model for retraining the model for common, challenge and fullset. However, losses never goes down to below 30, neither from...

This happens when try to use test.py to load the model: pfld_backbone.load_state_dict(torch.load(args.model_path, map_location= device)) To fix this issue, we have to change save model in the "train_model.py" ----------------------- # save...