Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Songki Choi <[email protected]>
  • Loading branch information
goodsong81 committed Aug 22, 2023
1 parent 446cf9b commit 07cffa1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
__train_pipeline = [
dict(
type="LoadResizeDataFromOTXDataset",
load_img_cfg=dict(type="LoadImageFromOTXDataset", enable_memcache=False), # To be cached after resize
resize_cfg=dict(type="Resize", size=__resize_target_size, downscale_only=True),
# To be resized in this op only if input is larger than expected size
# for speed & cache memory efficiency.
Expand Down

0 comments on commit 07cffa1

Please sign in to comment.