deep-action-proposals
deep-action-proposals copied to clipboard
Action Proposals generated by deep models
hi, i am geting "no such a file or directory" message after runing tools programm `batch_frame_extraction.py`
I don't understand how much proposals are generated in all in one video.During training, only one stream is processed in one video,so the overall number of proposals is K.Is that...
I wrote this function replicating the idea of the cvpr-paper. It would be great to refine it in the following aspects: - [x] [Apply intersection-threshold](https://github.com/escorciav/deep-action-proposals/blob/b93ae34b32c7b37bf37f666625e5c54633c0d77d/python/data_generation.py#L313) less than 1 just on...
`compute_priors` function on `data_generation` module is a little bit convoluted. The matching of priors to segments should be on other function because we will end-up duplicating code if all the...
Some videos of _Thumos14_ are incorrectly annotated e.g. `video_validation_0000364` and `video_validation_0000856`. In order to avoid unpleasant surprises, it's useful to drop rows of the data-frame where `t-init` or `t-end` <...