Skip to content

Commit

Permalink
Fix xView dataloaders import (#9807)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
  • Loading branch information
glenn-jocher authored Oct 14, 2022
1 parent 15b7565 commit 2a19d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/xView.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ download: |
from PIL import Image
from tqdm import tqdm
from utils.datasets import autosplit
from utils.dataloaders import autosplit
from utils.general import download, xyxy2xywhn
Expand Down

0 comments on commit 2a19d07

Please sign in to comment.