source('R/clevr_dataset.R')
roidb_for_training <- function(cfg)
{
datasets <- cfg$TRAIN$DATASETS
for(n in datasets)
{
roidb <- new_clevr_dataset(n, cfg)
}
return(roidb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.