BSN-boundary-sensitive-network.pytorch icon indicating copy to clipboard operation
BSN-boundary-sensitive-network.pytorch copied to clipboard

Is that possible to release the detection demo?

Open happyCodingSusan opened this issue 4 years ago • 0 comments

Great work! Thank you for sharing!

This work is for generating action proposals. You mentioned in your paper, for temporal action detection, on activityNet-1.3, you adopt top-1 video-level classification results generated by method of [Zhao, Y., et al., CUHK & ETHZ & SIAT Submission to ActivityNet Challenge 2017], and use confidence scores of our proposals for detection results retrieving. I did not get how you do it. Could you please explain my following questions:

  1. In the paper of Zhao, Y., et al., CUHK & ETHZ & SIAT Submission to ActivityNet Challenge 2017, it mentioned different methods for different tasks. Which method is adopted by you? Is it SSN(Structure Segment Networks)?

  2. BSN will generate at least 100 proposals. Will you chose all proposals for action classification?

  3. Assume you only choose top-k (such as k = 2, 3, 4, 5) proposals output from BSN for action classification. For each selected proposal generated from BSN, you do video-level action classification. Does it mean for a proposal "started on frame m, and ended on frame n", you will generate only one action label?

  4. I wonder if it is possible to release your detection demo. That will be awesome!

happyCodingSusan avatar Mar 31 '20 20:03 happyCodingSusan