importargparsedefmain():argparser=argparse.ArgumentParser(description='Vizualization of the SyntheticSequenceGenerator.')argparser.add_argument('-b','--background',help='Background image.',required=True)argparser.add_argument('-o','--obj',help='Object image. It must be strictly smaller than background.',required=True)args=argparser.parse_args()