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
11883ec6
Commit
11883ec6
authored
Jul 10, 2017
by
derekjchow
Committed by
GitHub
Jul 10, 2017
Browse files
Merge pull request #1903 from thess24/master
Add back six dependency and change pbtxt files to reflect new way of …
parents
beeae099
839e752d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
10 deletions
+1
-10
object_detection/data/pascal_label_map.pbtxt
object_detection/data/pascal_label_map.pbtxt
+0
-5
object_detection/data/pet_label_map.pbtxt
object_detection/data/pet_label_map.pbtxt
+0
-5
object_detection/utils/visualization_utils.py
object_detection/utils/visualization_utils.py
+1
-0
No files found.
object_detection/data/pascal_label_map.pbtxt
View file @
11883ec6
item {
id: 0
name: 'none_of_the_above'
}
item {
item {
id: 1
id: 1
name: 'aeroplane'
name: 'aeroplane'
...
...
object_detection/data/pet_label_map.pbtxt
View file @
11883ec6
item {
id: 0
name: 'none_of_the_above'
}
item {
item {
id: 1
id: 1
name: 'Abyssinian'
name: 'Abyssinian'
...
...
object_detection/utils/visualization_utils.py
View file @
11883ec6
...
@@ -25,6 +25,7 @@ import PIL.Image as Image
...
@@ -25,6 +25,7 @@ import PIL.Image as Image
import
PIL.ImageColor
as
ImageColor
import
PIL.ImageColor
as
ImageColor
import
PIL.ImageDraw
as
ImageDraw
import
PIL.ImageDraw
as
ImageDraw
import
PIL.ImageFont
as
ImageFont
import
PIL.ImageFont
as
ImageFont
import
six
import
tensorflow
as
tf
import
tensorflow
as
tf
...
...
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