wzmsltw / BSN-boundary-sensitive-network

Codes of our paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation"
407 stars 80 forks source link

400-d vectors in csv_mean_100.csv file #5

Closed ivyvideo closed 6 years ago

ivyvideo commented 6 years ago

Hi, as you mentioned in the paper, RGB and optical flow features are extracted by two-stream network. So I am wondering what is the meaning of 400-d vector in .csv file? Are they ordered? For example, the first 200-d means RGB feature and the rest means optical?

wzmsltw commented 6 years ago

Hi

The first 200-d feature are RGB feature and the rest are optical-flow feature. They are simply concated.