Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"""PP4AV dataset."""
|
| 16 |
|
| 17 |
import os
|
| 18 |
-
|
| 19 |
from tqdm import tqdm
|
| 20 |
from pathlib import Path
|
| 21 |
from typing import List
|
|
|
|
| 15 |
"""PP4AV dataset."""
|
| 16 |
|
| 17 |
import os
|
| 18 |
+
from glob import glob
|
| 19 |
from tqdm import tqdm
|
| 20 |
from pathlib import Path
|
| 21 |
from typing import List
|