goddoe / hide-and-seek

Tensorflow implementation of "Hide-and-Seek: Forcing a Network to be Meticulous for Weakly-supervised Object and Action Localization"[ICCV 2017]
12 stars 4 forks source link

TypeError: train_with_dataset_api() got an unexpected keyword argument 'flag_has' #2

Open stoneyang opened 5 years ago

stoneyang commented 5 years ago

Hi, Sung-ju @goddoe ,

Thanks for sharing your research, and your code.

In running it as instructed in README, download dataset, train using snippet_train_model.py, things go well and the training runs until the error as the title occurs. It seems that there is no flag_has in the function train_with_dataset_api().

Could you please fix this? Thanks in advance.

Cheers!