Is there video data loader for object detection?

Hi all.

Is there any video data loader for object detection?

I think each frame have many objects, so they need bounding box and label information…
It`s not simple problem, so I need some reference codes.
or anyone can explain me to what components are needed?

Thank you in advance:)

Have a look at NVIDIA’s NVVL to load video data.
They have a PyTorch wrapper, so I think this could be a good match for you!