Perkzi commited on
Commit
15aef6f
·
1 Parent(s): 5e1ef3a
Files changed (2) hide show
  1. scripts/to_parquet.py +1 -1
  2. 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:38719a71d8a28bcdf74ebac8ed7413b42e1cd8b648f0456ebc856f222c91f9bc
3
- size 1980276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2157037818cb9b4f0292113da2e93f8c66d0fc4ca4a6c0b74b9d65e74e761a5d
3
+ size 1981815