rdosr icon indicating copy to clipboard operation
rdosr copied to clipboard

OSR for RGB data 'xxx_kwn.mat

Open ShellyShellyShellyShelly opened this issue 2 years ago • 0 comments

hello,how this file 'xxx_kwn.mat' is generated in OSR for RGB data, i didn't find this file

# load data
data = load_data(join(args.load_dir, args.dataset+'_kwn.mat'))
x, y = format_data(data, key_x='x', key_y='y', num_labels=num_categories)