File tree 1 file changed +6
-6
lines changed
video/cloud-client/analyze
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ def analyze_safe_search(path):
61
61
"Likely" , "Very likely" )
62
62
63
63
for note in safe_annotations :
64
- print ('Time: {}s' ) .format (note .time_offset / 1000000.0 )
65
- print ('\t adult: {}' ) .format (likely_string [note .adult ])
66
- print ('\t spoof: {}' ) .format (likely_string [note .spoof ])
67
- print ('\t medical: {}' ) .format (likely_string [note .medical ])
68
- print ('\t racy: {}' ) .format (likely_string [note .racy ])
69
- print ('\t violent: {}\n ' ) .format (likely_string [note .violent ])
64
+ print ('Time: {}s' .format (note .time_offset / 1000000.0 ) )
65
+ print ('\t adult: {}' .format (likely_string [note .adult ]) )
66
+ print ('\t spoof: {}' .format (likely_string [note .spoof ]) )
67
+ print ('\t medical: {}' .format (likely_string [note .medical ]) )
68
+ print ('\t racy: {}' .format (likely_string [note .racy ]) )
69
+ print ('\t violent: {}\n ' .format (likely_string [note .violent ]) )
70
70
71
71
72
72
def analyze_faces (path ):
You can’t perform that action at this time.
0 commit comments