Results 2 comments of Sean

My LabelMe did not save any modification at the web interface when I have hand-made xml file as initial. Currently, I solve this problem by modified the "data" in xml...

@briantse100, you only have to modify the keys while using 300W model and always use **model.load_state_dict** for loading weights. A more complete modification would like: ``` state_dict = torch.load(args.model_file) if...