yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 478 forks source link

problem when extract #85

Closed cyani527 closed 7 years ago

cyani527 commented 7 years ago

i am sure i have the correct videos path,and have a opencv with video io support,but i still cannot get the extract

cyani527 commented 7 years ago

I have the same problem wtih #6 but i try all them solve way but noway

cyani527 commented 7 years ago

FATAL[default]check failed:[video_streanm.isOpened()]cannot openvideo stream "/home/xx/UCF-101/TrampolineJumping/v_TrampolineJumping_g04_c03.avi"for optical flow extaction. WARN[default]Aborting appliation.Reason:Fatal log at[/home/xx/temporal-segment-networks/lib/dense_flow/src/dense_flow_gpu/cpp:15]

cyani527 commented 7 years ago

i only get a empty folder

cyani527 commented 7 years ago

my opencv can output -- Video I/O: -- DC1394 1.x: NO -- DC1394 2.x: YES (ver 2.2.1) -- FFMPEG: YES -- codec: YES (ver 54.35.0) -- format: YES (ver 54.20.4) -- util: YES (ver 52.3.0) -- swscale: YES (ver 2.1.1) -- resample: NO -- gentoo-style: YE

yjxiong commented 7 years ago

Hi @cyani527 . Have you solved your problem?

cyani527 commented 7 years ago

yes,i have solved my problem,i find there are different between 32bit and 64 bit when use opencv.

yjxiong commented 7 years ago

Good to know. Thanks.

wcj021312 commented 7 years ago

@cyani527 hello, I meet the same problem when I run bash scripts/extraction_optical_flow.sh SRC_FOLDER OUT_FOLDER NUM_WORKER ,the image extraction part does not get the images. can you give me some suggest about the image extraction? Thank you .