Spaces:
Running
Running
Upload 32 files
Browse files
DenseAV/denseav/data/make_tarballs.py
CHANGED
@@ -12,9 +12,7 @@ from pathlib import Path
|
|
12 |
import tempfile
|
13 |
import shutil
|
14 |
|
15 |
-
import
|
16 |
-
sys.path.append('../shared')
|
17 |
-
from shared import batch
|
18 |
|
19 |
class Tarballer(Dataset):
|
20 |
|
|
|
12 |
import tempfile
|
13 |
import shutil
|
14 |
|
15 |
+
from DenseAV.denseav.shared import batch
|
|
|
|
|
16 |
|
17 |
class Tarballer(Dataset):
|
18 |
|