Closed drewaogle closed 2 weeks ago
Modifies Images to support Frames, based on usage pattern from https://github.com/drewaogle/YOLOv4-OpenCV-CUDA-DNN/blob/main/VideoClips.ipynb which aimed to use Images, but on frame objects.
Images
changed to use QueryBuilder also made it so classes could use their ObjectType as the db_class rather than just a string
QueryBuilder
ObjectType
Modifies Images to support Frames, based on usage pattern from https://github.com/drewaogle/YOLOv4-OpenCV-CUDA-DNN/blob/main/VideoClips.ipynb which aimed to use
Images
, but on frame objects.