bsham / ProposalFlow

Code Release for "Proposal Flow" CVPR 2016.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

class loading

albanie opened this issue · comments

Hi there, thanks for the helpful code!

I think this line in the config should read:
conf.class = {conf.class(3:end).name};
rather than
conf.class = {conf.class(4:end).name};
(otherwise it skips the evaluation of one of the classes).