We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6cf54 commit c2a371dCopy full SHA for c2a371d
avapi/nuimages/dataset.py
@@ -7,7 +7,7 @@
7
except ModuleNotFoundError as e:
8
print("Cannot import nuimages")
9
10
-from .._dataset import _nuBaseDataset
+from .._nutonomy import _nuBaseDataset
11
12
13
class nuImagesDataset(_nuBaseDataset):
tests/test_nuimages.py
@@ -5,7 +5,7 @@
5
import logging
6
import os
-from avapi.nutonomy import nuImagesDataset
+from avapi.nuimages import nuImagesDataset
nuImages_data_dir = os.path.join(os.getcwd(), "data/nuImages")
0 commit comments