Spaces:
Sleeping
Sleeping
Commit
·
544ec84
1
Parent(s):
4f251ee
Update model.py
Browse files
model.py
CHANGED
|
@@ -94,6 +94,7 @@ class Model(LabelStudioMLBase):
|
|
| 94 |
'model_version': 'diegokauer/conditional-detr-coe-int', # all predictions will be differentiated by model version
|
| 95 |
'result': result_list
|
| 96 |
})
|
|
|
|
| 97 |
return predictions
|
| 98 |
|
| 99 |
def fit(self, event, annotations, **kwargs):
|
|
|
|
| 94 |
'model_version': 'diegokauer/conditional-detr-coe-int', # all predictions will be differentiated by model version
|
| 95 |
'result': result_list
|
| 96 |
})
|
| 97 |
+
print(predictions)
|
| 98 |
return predictions
|
| 99 |
|
| 100 |
def fit(self, event, annotations, **kwargs):
|