Simple debug version
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -89,4 +89,4 @@ class PreTrainedPipeline():
|
|
89 |
{"score":0.9998276233673096,"label":"person","box":{"xmin":172,"ymin":60,"xmax":482,"ymax":396}},
|
90 |
{"score":0.9996274709701538,"label":"skateboard","box":{"xmin":265,"ymin":348,"xmax":440,"ymax":413}}]
|
91 |
|
92 |
-
|
|
|
89 |
{"score":0.9998276233673096,"label":"person","box":{"xmin":172,"ymin":60,"xmax":482,"ymax":396}},
|
90 |
{"score":0.9996274709701538,"label":"skateboard","box":{"xmin":265,"ymin":348,"xmax":440,"ymax":413}}]
|
91 |
|
92 |
+
return labels
|