Skip to content

Commit 2e56794

Browse files
committed
fix typo on func path.
1 parent dd3f774 commit 2e56794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataprocess/extract_av2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import os, sys
3939
BASE_DIR = os.path.abspath(os.path.join( os.path.dirname( __file__ ), '..' ))
4040
sys.path.append(BASE_DIR)
41-
from scripts.utils.mics import create_reading_index
41+
from dataprocess.misc_data import create_reading_index
4242

4343
BOUNDING_BOX_EXPANSION: Final = 0.2
4444
CATEGORY_TO_INDEX: Final = {

0 commit comments

Comments
 (0)