parser.add_argument('--preprocessed_dir', type=str...., )
all_tracks = get_track_dict(Path(args.preprocessed_dir),
Path(args.net_weights))
##the all_tracks nedds args.preprocessed_dir, but it is preprocessed_sequences in parser. so this makes a error is 'Namespace' object has no attribute 'preprocessed_dir'
parser.add_argument('--preprocessed_dir', type=str...., )
all_tracks = get_track_dict(Path(args.preprocessed_dir),
Path(args.net_weights))
##the all_tracks nedds args.preprocessed_dir, but it is preprocessed_sequences in parser. so this makes a error is 'Namespace' object has no attribute 'preprocessed_dir'