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
482694f9
Unverified
Commit
482694f9
authored
May 04, 2021
by
vedanshu
Committed by
GitHub
May 04, 2021
Browse files
Update detection.py
removed export_base import as it is not required.
parent
bfb0eafb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
...ision/beta/projects/deepmac_maskrcnn/serving/detection.py
+0
-1
No files found.
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
View file @
482694f9
...
@@ -21,7 +21,6 @@ from official.vision.beta.projects.deepmac_maskrcnn import configs
...
@@ -21,7 +21,6 @@ from official.vision.beta.projects.deepmac_maskrcnn import configs
from
official.vision.beta.projects.deepmac_maskrcnn.tasks
import
deep_mask_head_rcnn
from
official.vision.beta.projects.deepmac_maskrcnn.tasks
import
deep_mask_head_rcnn
from
official.vision.beta.ops
import
anchor
from
official.vision.beta.ops
import
anchor
from
official.vision.beta.ops
import
preprocess_ops
from
official.vision.beta.ops
import
preprocess_ops
from
official.vision.beta.projects.deepmac_maskrcnn.serving
import
export_base
from
official.vision.beta.serving
import
detection
from
official.vision.beta.serving
import
detection
class
DetectionModule
(
detection
.
DetectionModule
):
class
DetectionModule
(
detection
.
DetectionModule
):
...
...
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