File size: 94 Bytes
74bda2d
 
 
1
2
3
import pandas as pd
df=pd.read_json('/workspace/BLIP/BLIP_main/objects.json')
print(df.head())