FacePerceiver / LAION-Face

The human face subset of LAION-400M for large-scale face pretraining.
274 stars 17 forks source link

convert_parquet.py#L23 #1

Closed ydli-ai closed 2 years ago

ydli-ai commented 2 years ago

https://github.com/FacePerceiver/LAION-Face/blob/64cda3ba9e26cff1a675773cb71cd910faf276da/convert_parquet.py#L23

should be big_table=pq.read_table(big_parquet_file).to_pandas()

yinglinzheng commented 2 years ago

thanks for pointing out