silencedog
silencedog
In F-measure "score = (1 + self.beta ** 2) * avg_prec * avg_recall / (self.beta ** 2 * avg_prec + avg_recall)" and defined the self.beat=0.3 this is error
What means self.net.base.load_state_dict(torch.load(self.config.vgg)) (in line 59) . If you kown please tell me THX!
# inference: choose the side map (see paper) self.select = [1, 2, 3, 6] I can‘t find this set in the paper. Can you tell me what’s this ? THX
BSDS500/data/test_pair.lst,This data i can’t find.if you can ,please give me some.THX !