icoz69 / CaNet

The code for paper "CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning"
191 stars 33 forks source link

what is the mean of the parameter 'fold'? #11

Closed sanersbug closed 5 years ago

sanersbug commented 5 years ago

How to understand the parameter as follow in your code??

parser.add_argument('-fold', type=int, help='fold', default=1)

MSiam commented 5 years ago

please read this paper: https://arxiv.org/abs/1709.03410

sanersbug commented 5 years ago

Thanks a lot @MSiam