Datasets:
bug fix
Browse files- scripts/to_parquet.py +1 -1
- violin-test.parquet +2 -2
scripts/to_parquet.py
CHANGED
|
@@ -7,7 +7,7 @@ df = pd.read_json("data/metadata.jsonl", lines=True)
|
|
| 7 |
|
| 8 |
|
| 9 |
def full_path(path):
|
| 10 |
-
return os.path.join(os.getcwd(), path)
|
| 11 |
|
| 12 |
df['image'] = df['file_name'].apply(full_path)
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
def full_path(path):
|
| 10 |
+
return os.path.join(os.getcwd(),"data", path)
|
| 11 |
|
| 12 |
df['image'] = df['file_name'].apply(full_path)
|
| 13 |
|
violin-test.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2157037818cb9b4f0292113da2e93f8c66d0fc4ca4a6c0b74b9d65e74e761a5d
|
| 3 |
+
size 1981815
|