laurenok24
commited on
Commit
•
ba67987
1
Parent(s):
70351e6
Update tempSegAndAllErrorsForAllFrames_newVids.py
Browse files
tempSegAndAllErrorsForAllFrames_newVids.py
CHANGED
@@ -26,8 +26,8 @@ import math
|
|
26 |
import numpy as np
|
27 |
import cv2
|
28 |
|
29 |
-
with open('segmentation_error_data.pkl', 'rb') as f:
|
30 |
-
|
31 |
|
32 |
def getDiveInfo_from_diveNum(diveNum):
|
33 |
handstand = (diveNum[0] == '6')
|
|
|
26 |
import numpy as np
|
27 |
import cv2
|
28 |
|
29 |
+
# with open('segmentation_error_data.pkl', 'rb') as f:
|
30 |
+
# data = pickle.load(f)
|
31 |
|
32 |
def getDiveInfo_from_diveNum(diveNum):
|
33 |
handstand = (diveNum[0] == '6')
|