OpenGVLab / LAMM

[NeurIPS 2023 Datasets and Benchmarks Track] LAMM: Multi-Modal Large Language Models and Applications as AI Agents
https://openlamm.github.io/
286 stars 15 forks source link

fix: fix a bug of inference_2d about fixed batch_size = 1 #31

Closed Zhoues closed 1 year ago

Zhoues commented 1 year ago

Because some lists of datasets with fixed batch size 1 have been deleted previously, but the main function is still used and the annotated but undefined list, the previous modification is not thorough, and the code snippet with fixed batch size 1 by the main function needs to be deleted