Create the reproduction environment using the following command:
conda env create -f environment.ymlPOPE (COCO split)
Put the dataset under /your_path/data and replace the placeholder in the code with your actual dataset path to ensure proper loading.
- Navigate to the project directory:
cd ./OTT- Full-process inference commands (run sequentially):
# First inference script
bash run_pope.sh
# Second inference script
bash test_pope_my.sh-
This repository provides code for LLaVA-1.5 on the POPE COCO dataset
-
Core logic of the proposed framework implemented in
pope_fast.py. -
Follow the placeholders in the code to configure dataset paths and model loading parameters.
-
This code draws heavily on the open-source work of PAI 、VISTA and MemVR, and we sincerely thank their contributions to the community.