Unverified Commit 482694f9 authored by vedanshu's avatar vedanshu Committed by GitHub
Browse files

Update detection.py

removed export_base import as it is not required.
parent bfb0eafb
...@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment