Skip to content

Commit

Permalink
Merge pull request #28 from rossilhf/master
Browse files Browse the repository at this point in the history
import order bug fix
  • Loading branch information
gliese581gg committed Jan 5, 2019
2 parents 120fa8c + 7444621 commit dbff8b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion YOLO_face_tf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
import tensorflow as tf
import cv2
import tensorflow as tf
import time
import sys

Expand Down
2 changes: 1 addition & 1 deletion YOLO_small_tf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
import tensorflow as tf
import cv2
import tensorflow as tf
import time
import sys

Expand Down
2 changes: 1 addition & 1 deletion YOLO_tiny_tf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import numpy as np
import tensorflow as tf
import cv2
import tensorflow as tf
import time
import sys

Expand Down

0 comments on commit dbff8b9

Please sign in to comment.