You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When implementing the ValidBBoxesDataset class we noticed there is some overlap with the ValidPosesDataset class.
Describe the solution you'd like @niksirbi suggested defining a ValidMoveDataset base class which can validate what's shared across poses and bboxes. Then, ValidPosesDataset and ValidBBoxesDataset can inherit from the base, and only do the "extra" validations specific to each dataset type.
Describe alternatives you've considered
\
Additional context
\
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When implementing the
ValidBBoxesDataset
class we noticed there is some overlap with theValidPosesDataset
class.Describe the solution you'd like
@niksirbi suggested defining a
ValidMoveDataset
base class which can validate what's shared across poses and bboxes. Then,ValidPosesDataset
andValidBBoxesDataset
can inherit from the base, and only do the "extra" validations specific to each dataset type.Describe alternatives you've considered
\
Additional context
\
The text was updated successfully, but these errors were encountered: