aperture-data / aperturedb-python

ApertureDB Python Client
Other
7 stars 3 forks source link

modify Images to support Frames as a subclass #518

Closed drewaogle closed 2 weeks ago

drewaogle commented 3 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.

drewaogle commented 2 weeks ago

changed to use QueryBuilder also made it so classes could use their ObjectType as the db_class rather than just a string