JJBOY / BMN-Boundary-Matching-Network

A pytorch-version implementation codes of paper: "BMN: Boundary-Matching Network for Temporal Action Proposal Generation", which is accepted in ICCV 2019.
MIT License
291 stars 64 forks source link

The feature length of one frame about RGB and flow must be 400? #32

Closed xdw1995 closed 4 years ago

xdw1995 commented 4 years ago

The feature length of one frame about RGB and flow must be 400?

JJBOY commented 4 years ago

not necessary, you can use featrue with any length . just need to change the "feat_dim" parameter in opt.py.