Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions anpr/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
import os
import time

os.environ['FOR_DISABLE_CONSOLE_CTRL_HANDLER'] = '1'

import cv2
import numpy
import tensorflow as tf
Expand Down