Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
839e752d
Commit
839e752d
authored
Jul 10, 2017
by
thess
Browse files
Fix import order to make alphabetical
parent
5c15cea6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
object_detection/utils/visualization_utils.py
object_detection/utils/visualization_utils.py
+1
-1
No files found.
object_detection/utils/visualization_utils.py
View file @
839e752d
...
...
@@ -25,8 +25,8 @@ import PIL.Image as Image
import
PIL.ImageColor
as
ImageColor
import
PIL.ImageDraw
as
ImageDraw
import
PIL.ImageFont
as
ImageFont
import
tensorflow
as
tf
import
six
import
tensorflow
as
tf
_TITLE_LEFT_MARGIN
=
10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment