tzzcl / PSOL

code repository of “Rethinking the Route Towards Weakly Supervised Object Localization” in CVPR 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cache_groundtruth.mat file not found in PSOL Github repository!!!!

Shiven004 opened this issue · comments

Hi Zhang,

In imagenet_loader.py there is a function

def load_val_bbox(label_dict,all_imgs,gt_location):
      .........................
     import scipy.io as sio
      gt_label = sio.loadmat(os.path.join(gt_location,'cache_groundtruth.mat'))
      ..........................

Could you please share this file at shivenderkhajuria@gmail.com?

Thanks,
Shiven

Same to #2

Thanks Zhang for such a swift response.Appreciate it!!!