deep-action-proposals icon indicating copy to clipboard operation
deep-action-proposals copied to clipboard

Simplify compute priors

Open escorciav opened this issue 9 years ago • 0 comments

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 segments of the dataset are not used to compute priors. That is the case of ActivityNet where there is an explicit validation set.

Similar refactoring should be done on tool create_dataset.py

escorciav avatar Feb 25 '16 08:02 escorciav