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
f8f4ab71
Commit
f8f4ab71
authored
Mar 28, 2022
by
Yeqing Li
Committed by
A. Unique TensorFlower
Mar 28, 2022
Browse files
Fixed the legacy dependenceies.
PiperOrigin-RevId: 437821907
parent
b917b530
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/legacy/detection/dataloader/anchor.py
official/legacy/detection/dataloader/anchor.py
+1
-1
No files found.
official/legacy/detection/dataloader/anchor.py
View file @
f8f4ab71
...
@@ -22,7 +22,7 @@ import collections
...
@@ -22,7 +22,7 @@ import collections
import
tensorflow
as
tf
import
tensorflow
as
tf
from
official.legacy.detection.utils
import
box_utils
from
official.legacy.detection.utils
import
box_utils
from
official.vision.
beta.
ops
import
iou_similarity
from
official.vision.ops
import
iou_similarity
from
official.vision.utils.object_detection
import
argmax_matcher
from
official.vision.utils.object_detection
import
argmax_matcher
from
official.vision.utils.object_detection
import
balanced_positive_negative_sampler
from
official.vision.utils.object_detection
import
balanced_positive_negative_sampler
from
official.vision.utils.object_detection
import
box_list
from
official.vision.utils.object_detection
import
box_list
...
...
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