Fix xView dataloaders import (#9807)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2022-10-14 12:28:52 +02:00 committed by GitHub
parent 15b75659dd
commit 2a19d070d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ download: |
from PIL import Image from PIL import Image
from tqdm import tqdm from tqdm import tqdm
from utils.datasets import autosplit from utils.dataloaders import autosplit
from utils.general import download, xyxy2xywhn from utils.general import download, xyxy2xywhn