TorchSemiSeg icon indicating copy to clipboard operation
TorchSemiSeg copied to clipboard

questions about the results

Open ruichen0319 opened this issue 3 years ago • 4 comments

Hi! I want to know that how do you get the result. For Pascal VOC 2012,labeled ratio is 1/8,epochs is 34,Performing it for three times and getting the average of the last epoch i.e 33 epoch OR Performing it only once and getting the max result of 20 epoch to 33 epoch ?

ruichen0319 avatar May 16 '22 08:05 ruichen0319

Hi, we select the best checkpoint (e.g., 20-epoch in your case) to get the result.

charlesCXK avatar May 16 '22 08:05 charlesCXK

If I use 20-33 epoch to eval ,the MIOU of 20-epoch is 73.6 and the MIOU of 33-epoch is 72.0,now the performance should be 73.6,right?

ruichen0319 avatar May 16 '22 08:05 ruichen0319

yes.

charlesCXK avatar May 16 '22 09:05 charlesCXK

Get it!Thanks a lot for your quick respond

ruichen0319 avatar May 16 '22 09:05 ruichen0319