bryanyzhu / two-stream-pytorch

PyTorch implementation of two-stream networks for video action recognition
MIT License
567 stars 150 forks source link

dense_flow issue #18

Closed CSer-Tang-hao closed 6 years ago

CSer-Tang-hao commented 6 years ago

when I run: python build_of.py --src_dir ./UCF-101 --out_dir ./ucf101_frames --df_path I have an error :build_of.py: error: unrecognized arguments build_of.py [-h] [--src_dir SRC_DIR] [--out_dir OUT_DIR] [--df_path DF_PATH] [--new_width NEW_WIDTH] [--new_height NEW_HEIGHT] [--num_worker NUM_WORKER] [--num_gpu NUM_GPU] [--out_format {dir,zip}] [--ext {avi,mp4}]

bryanyzhu commented 6 years ago

@qijiezhao could you comment on this? Thanks.

qijiezhao commented 6 years ago

you may miss argument content of --df_path, or make spell errors of these arguments?

bryanyzhu commented 6 years ago

Close it for now due to lack of activities.