escorciav / deep-action-proposals

Action Proposals generated by deep models
MIT License
28 stars 6 forks source link

Bug generate_segments #4

Closed escorciav closed 8 years ago

escorciav commented 8 years ago

this line should be f_init + t_size- 1 because the end-frame should be contained on the segment according to segment utilities.

this line imposes a constraint on the initial-frame.

Note: indexing of features with this convention will require an increment on end-frame. @cabaf

escorciav commented 8 years ago

Will we assume that initial-frame must be >= 1? It means that method::segment_info of helper dataset class must ensure that it happens. In that case, keep it open till Thumos is update.