GraphNN-Multi-Object-Tracking icon indicating copy to clipboard operation
GraphNN-Multi-Object-Tracking copied to clipboard

'Namespace' object has no attribute 'preprocessed_dir'

Open AIgiraffe opened this issue 4 years ago • 1 comments

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'

AIgiraffe avatar Jul 07 '20 04:07 AIgiraffe

Should be fixed now.

selflein avatar Jul 10 '20 14:07 selflein