(self, data: Any)
| 3664 | super().__init__() |
| 3665 | |
| 3666 | def __call__(self, data: Any): |
| 3667 | data = convert_to_tensor(data, track_meta=get_track_meta()) |
| 3668 | box = convert_points_to_box(data) |
| 3669 | return convert_to_dst_type(box, data)[0] |
nothing calls this directly
no test coverage detected