supersolar commited on
Commit
63fd57f
·
verified ·
1 Parent(s): d32c3d6

Update kaggle_florence_gpu_1.py

Browse files
Files changed (1) hide show
  1. 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.pkl', 'wb') as file:
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)