selflein / GraphNN-Multi-Object-Tracking

Unofficial PyTorch implementation of "Learning a Neural Solver for Multiple Object Tracking"
122 stars 23 forks source link

'Namespace' object has no attribute 'preprocessed_dir' #10

Open AIgiraffe opened 4 years ago

AIgiraffe commented 4 years ago

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'

selflein commented 4 years ago

Should be fixed now.