HHousen / lecture2notes

Do not use bare except, specify exception instead FLK-E722
Bug risk
Minor
9 months ago4 years old
343                entropy_check = 2.5
344            try:
345                gray = cv2.cvtColor(figure, cv2.COLOR_BGR2GRAY)
346            except:347                continue
348            high_entropy = shannon_entropy(gray) > entropy_check
349            if not high_entropy: