Commit 02f5599f authored by ghpark's avatar ghpark
Browse files

Internal change

parent 8b47f2c6
...@@ -14,15 +14,13 @@ ...@@ -14,15 +14,13 @@
"""COCO data loader for DETR.""" """COCO data loader for DETR."""
from typing import Optional, Tuple from typing import Tuple
import tensorflow as tf import tensorflow as tf
from official.vision.dataloaders import parser from official.vision.dataloaders import parser
from official.vision.dataloaders import utils
from official.vision.ops import box_ops from official.vision.ops import box_ops
from official.vision.ops import preprocess_ops from official.vision.ops import preprocess_ops
from official.core import input_reader
RESIZE_SCALES = ( RESIZE_SCALES = (
480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800) 480, 512, 544, 576, 608, 640, 672, 704, 736, 768, 800)
......
...@@ -24,7 +24,6 @@ import tensorflow as tf ...@@ -24,7 +24,6 @@ import tensorflow as tf
from official.modeling import tf_utils from official.modeling import tf_utils
from official.projects.detr.modeling import transformer from official.projects.detr.modeling import transformer
from official.vision.modeling.backbones import resnet
def position_embedding_sine(attention_mask, def position_embedding_sine(attention_mask,
......
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