Robert Spektor
Results
1
comments of
Robert Spektor
A workaround that worked for me is to add a dummy fit method to the `SamMLBackend` class in `segment_anything_model/model.py` ``` python def fit(self, event, data, **additional_params): pass ```