Skip to content

Commit

Permalink
Merge pull request #5245 from voxel51/rtdetr-fix
Browse files Browse the repository at this point in the history
Fix RTDETR Wrapper Initialization
  • Loading branch information
brimoor authored Dec 9, 2024
2 parents 224c617 + f8d5d8b commit ea8b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/utils/ultralytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class FiftyOneRTDETRModelConfig(FiftyOneYOLOModelConfig):
"""

def __init__(self, d):
pass
super().__init__(d)


class FiftyOneRTDETRModel(Model):
Expand Down

0 comments on commit ea8b36f

Please sign in to comment.