laurenok24 commited on
Commit
cab00a7
1 Parent(s): 2d0e3b2

Update tempSegAndAllErrorsForAllFrames.py

Browse files
Files changed (1) hide show
  1. tempSegAndAllErrorsForAllFrames.py +0 -2
tempSegAndAllErrorsForAllFrames.py CHANGED
@@ -21,8 +21,6 @@ import os
21
  import math
22
  import numpy as np
23
  import cv2
24
- with open('segmentation_error_data.pkl', 'rb') as f:
25
- data = pickle.load(f)
26
 
27
  def getDiveInfo_from_diveNum(diveNum):
28
  handstand = (diveNum[0] == '6')
 
21
  import math
22
  import numpy as np
23
  import cv2
 
 
24
 
25
  def getDiveInfo_from_diveNum(diveNum):
26
  handstand = (diveNum[0] == '6')