cluster_vis/get_clusters_kinetics.py [52:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        pickle.dump(result_dict, handle, protocol=pickle.HIGHEST_PROTOCOL)


if __name__ == '__main__':
    import argparse
    parser = argparse.ArgumentParser(description='Get clusters')

    ### Retrieval params
    parser.add_argument(
        '--ckpt_path', 
        default='',
        type=str, 
        help='path to checkpoint'
    )
    parser.add_argument(
        '--num_clusters', 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cluster_vis/get_clusters_vggsounds.py [52:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        pickle.dump(result_dict, handle, protocol=pickle.HIGHEST_PROTOCOL)


if __name__ == '__main__':
    import argparse
    parser = argparse.ArgumentParser(description='Get clusters')

    ### Retrieval params
    parser.add_argument(
        '--ckpt_path', 
        default='',
        type=str, 
        help='path to checkpoint'
    )
    parser.add_argument(
        '--num_clusters', 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



