matthewdm0816 / BridgeQA

[AAAI 24] Official Codebase for BridgeQA: Bridging the Gap between 2D and 3D Visual Question Answering: A Fusion Approach for 3D VQA
Other
14 stars 1 forks source link

Running the model on a custom dataset? #3

Open chanhee-luke opened 2 months ago

chanhee-luke commented 2 months ago

Hello, thanks for releasing the code! I want to run your model on a custom dataset for robot manipulation where input is a image/point cloud and output is a text or a bounding box. Can you guide me on where to start?

Thanks again!

-Luke

matthewdm0816 commented 2 months ago

Hi, you can consider modify the dataset class in lib/dataset.py to adopt to your data.