Dakhoo commited on
Commit
a6f15e4
1 Parent(s): 78d6752

removed p/ from the image name

Browse files
code/notebook.ipynb CHANGED
@@ -861,7 +861,10 @@
861
  "metadata": {},
862
  "outputs": [],
863
  "source": [
864
- "pd.DataFrame([item.replace('p/', '') for item in wt_session_no_nall.image])[0].to_csv('../data/wt_session/wt_session_no_null_images.list', index=False)"
 
 
 
865
  ]
866
  },
867
  {
 
861
  "metadata": {},
862
  "outputs": [],
863
  "source": [
864
+ "# read the json file\n",
865
+ "with open('/Users/alka/Devel/GIT_LFS_SKIP_SMUDGE=1/metadata/all/all_dataset.jsonl') as json_file:\n",
866
+ " data = json_file.readlines()\n",
867
+ " data = [json.loads(line) for line in data] # convert string to dict format"
868
  ]
869
  },
870
  {
metadata/all/all_dataset.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fe91dc8f7cde58b55388d44b679d8cc6a71c9f507e1dda1f1c97e9946c1fe93
3
- size 315497126
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd86b82c48a17900f363180b4912cef276dcd384d609fe27fde0eb231ae1f93f
3
+ size 312474686
metadata/small/small_dataset.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:231794626e28c71f8663e072c7b6147183262d199a47db609afa522629adbc52
3
- size 33128036
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c793a5c9f485fca599e4ecc578b3d07f3883205a35b67e00428f77deb9c7ace8
3
+ size 32812625