Skip to content

Commit

Permalink
Update and rename Recall@N.m to RecallN.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Liumouliu committed Mar 14, 2019
1 parent e232f05 commit eb6db8d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@

desc_path = 'PUT YOUR DESCRIPTOR PATH HERE!!!!!!!!!!!';

desc = load('desc_path')
desc = load(desc_path)

sat_desc = single(desc.sat_global_descriptor);
grd_desc = single(desc.grd_global_descriptor);
Expand Down

0 comments on commit eb6db8d

Please sign in to comment.