Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 623 Bytes

PixelWorld

The official code of our paper PixelWorld: Towards Perceiving Everything as Pixels.

Refactoring... There may be some problems with the reference relationship between codes.

Installation

pip install -r requirements.txt

Get Started

From Local Files

python data.py --dataset WikiSS_QADataset --model GPT4o --mode text --prompt base

From Huggingface Dataset

python data.py --dataset WikiSS_QADataset --model GPT4o --mode text --prompt base --from_hf

Project Site

PixelWorld