I understand that YOLO is designed for object detection. What I was trying to do is perform a transfer learning using the Kinetic700 dataset over YOLOv5 for human activity recognition. Then I realize that the dataset doesn't have annotation for bounding box.
I didn't manage to find a annotation document for the dataset. And I am unable to do manual annotation due to time limitation.
Is there still a way to do transfer learning on YOLOv5 without the bounding box information?
Many thanks