shelhamer / revolver

few-shot segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions about evaluate.py

DL-Alva opened this issue · comments

Hi, I'm trying to run evaluate.py.However, I'm confused the meaning of parameter "experiment". Waiting for your reply and thank you so much.

The experiment argument is an identifier for the user to identify an experimental run. It is first set by training https://github.com/shelhamer/revolver/blob/master/train.py#L35 and then evaluation should take the same argument to evaluate that training experiment.

That is, you might do an experiment with interactive segmentation on PASCAL VOC and set the experiment argument to something like "interactive-voc-my-summary-here" and then when it comes time to call evaluate.py give the same argument.