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
aeeaf9a3
Commit
aeeaf9a3
authored
Oct 28, 2017
by
Vivek Rathod
Browse files
remove stale TODO.
parent
12714f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
research/object_detection/meta_architectures/faster_rcnn_meta_arch.py
...ect_detection/meta_architectures/faster_rcnn_meta_arch.py
+0
-2
No files found.
research/object_detection/meta_architectures/faster_rcnn_meta_arch.py
View file @
aeeaf9a3
...
@@ -62,8 +62,6 @@ Following the API (see model.DetectionModel definition), our outputs after
...
@@ -62,8 +62,6 @@ Following the API (see model.DetectionModel definition), our outputs after
postprocessing operations are always normalized boxes however, internally, we
postprocessing operations are always normalized boxes however, internally, we
sometimes convert to absolute --- e.g. for loss computation. In particular,
sometimes convert to absolute --- e.g. for loss computation. In particular,
anchors and proposal_boxes are both represented as absolute coordinates.
anchors and proposal_boxes are both represented as absolute coordinates.
TODO: Support TPU implementations.
"""
"""
from
abc
import
abstractmethod
from
abc
import
abstractmethod
from
functools
import
partial
from
functools
import
partial
...
...
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