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 dd3f774 commit 2e56794Copy full SHA for 2e56794
dataprocess/extract_av2.py
@@ -38,7 +38,7 @@
38
import os, sys
39
BASE_DIR = os.path.abspath(os.path.join( os.path.dirname( __file__ ), '..' ))
40
sys.path.append(BASE_DIR)
41
-from scripts.utils.mics import create_reading_index
+from dataprocess.misc_data import create_reading_index
42
43
BOUNDING_BOX_EXPANSION: Final = 0.2
44
CATEGORY_TO_INDEX: Final = {
0 commit comments