escorciav / deep-action-proposals

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

improve generate_segments #7

Open escorciav opened 8 years ago

escorciav commented 8 years ago

I wrote this function replicating the idea of the cvpr-paper. It would be great to refine it in the following aspects:

Note: if t_size is closer to l_size is possible that not enough segments are generated to satisfy a uniform distribution on RATIO_INTERVALS. We should decide how to overcome it.

escorciav commented 8 years ago

main bug was updated + notebook with example of how to use compute_priors. It would be great that you check if something looks weird there anyway :wink: