Skip to content

Commit

Permalink
Rename plot command
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinus committed Jun 19, 2017
1 parent 22d70a4 commit bb96b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/plot_gps → bin/plot_submodels_gps
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ def plot_clusters(ax, positions, labels, centers=None):


if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Plot matches between images')
parser = argparse.ArgumentParser(
description='Plot gps location of a splitted dataset')
parser.add_argument('dataset',
help='path to the dataset to be processed')
help='path to the dataset')
parser.add_argument('-m', '--mode',
help='plot images clusters in different colors',
default='positions',
Expand Down Expand Up @@ -154,7 +155,6 @@ if __name__ == '__main__':
set_axes_limits(positions)
set_gps_labels(fig)


if args.save_figs:
plot_path = '{}/plot_gps'.format(args.dataset)
io.mkdir_p(plot_path)
Expand Down

0 comments on commit bb96b2f

Please sign in to comment.