yjxiong / temporal-segment-networks

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

calcDenseFlowGPU params #279

Open yangjinghit opened 4 years ago

yangjinghit commented 4 years ago

void calcDenseFlowGPU(string file_name, int bound, int type, int step, int dev_id, vector<vector >& output_x, vector<vector >& output_y, vector<vector >& output_img, int new_width, int new_height)

hello, can you tell me the meanings of params bound , type ,step ???