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

why conv1d group is 4? #41

Open hhhhnwl opened 3 years ago

hhhhnwl commented 3 years ago

In Base Module and Temporal Evaluation Module,all of the conv1d layer group=4,but I haven't say the param in paper.