HRNet-Semantic-Segmentation icon indicating copy to clipboard operation
HRNet-Semantic-Segmentation copied to clipboard

Why did I get better results than the paper

Open alexanderuo opened this issue 4 years ago • 1 comments

508E_ V{29CY41BQ62~R Pre-training model :hrnet_ocr_cs_trainval_8227_torch11.pth Maybe because of a previous error:The file could not be found :final_state.pth I changed the name of the hrnet_ocr_cs_trainval_8227_torch11.pth model to this one and put it in the corresponding path. Meanwhile, I would like to ask how to get final_state.pth ,Maybe there's something wrong here

alexanderuo avatar Jan 06 '22 09:01 alexanderuo

508E_ V{29CY41BQ62~R Pre-training model :hrnet_ocr_cs_trainval_8227_torch11.pth Maybe because of a previous error:The file could not be found :final_state.pth I changed the name of the hrnet_ocr_cs_trainval_8227_torch11.pth model to this one and put it in the corresponding path. Meanwhile, I would like to ask how to get final_state.pth ,Maybe there's something wrong here

Hi, I think that the trainval model was trained on both train and val set. Thus, the eval result on the val set is high. You should test it on the test set or evaluate the models trained on only train set.

ydhongHIT avatar Jan 07 '22 06:01 ydhongHIT