pseudo-3d-pytorch
pseudo-3d-pytorch copied to clipboard
MERL Background Class
Thanks for the great work :D, Just want to ask a simple question. Why did you ignore background class in MERL dataset ??
Because of MERL Shopping datasets has only 5 classes, so to add background class (unknown class) you have to collect data from others. That's why I ignored. :)
Aha, I mean we could generate a new label called 'background', as we know the intervals including actions in each video we could figure out the intervals of background ourselves.