icoz69 / CaNet

The code for paper "CANet: Class-Agnostic Segmentation Networks with Iterative Refinement and Attentive Few-Shot Learning"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the mean of the parameter 'fold'?

sanersbug opened this issue · comments

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

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

Thanks a lot @MSiam