video_path is what ?
Created by: ucas010
hi,dear in the predict.py, what's the meaning ?
parser.add_argument(
'--save_dir',
type=str,
default=os.path.join('data', 'predict_results'),
help='directory to store results')
parser.add_argument(
'--video_path',
type=str,
default=None,
help='directory to store results')
video_path is the video what I want to test/infer ?
thx