Spaces:
Runtime error
Runtime error
supersolar
commited on
Update kaggle_florence_gpu_1.py
Browse files- kaggle_florence_gpu_1.py +1 -1
kaggle_florence_gpu_1.py
CHANGED
@@ -129,6 +129,6 @@ for xyxy in ok_result:
|
|
129 |
detections = run_sam_inference(SAM_IMAGE_MODEL, frame, detections)
|
130 |
print(detections)
|
131 |
detections_list.append(detections)
|
132 |
-
with open('/kaggle/detections_list.
|
133 |
pickle.dump(detections_list, file)
|
134 |
print(detections_list)
|
|
|
129 |
detections = run_sam_inference(SAM_IMAGE_MODEL, frame, detections)
|
130 |
print(detections)
|
131 |
detections_list.append(detections)
|
132 |
+
with open('/kaggle/detections_list.pkl1', 'wb') as file:
|
133 |
pickle.dump(detections_list, file)
|
134 |
print(detections_list)
|