Closed iamjoong9 closed 4 months ago
We will provide a new inference example this week.
@JoongKu-Lee Please check our newly updated version, the demo usage could be found in model/accessory/demo_data/xxx.json, the usage script could refer to the a3vlm_7B_infer_test.sh
Thanks a lot!
Hello,
Thank you for your excellent research!
I would like to run a real-world demo using your project, similar to the ones shown in Real-World Demo
To do this, can I just use the checkpoints from A3VLM-Eval and A3VLM as mentioned in the Inference Instruction? Or do I have to follow all the training procedures?
For the llama_path in model/accessory/scripts/a3vlm_infer.sh, should I use the path to the files downloaded from llama2-13b?
I see that the eval_affordance_v2.py function is used for inference. Do I also need to provide values for "partnet_dataset_root", "partnet_dataset_root_depth", "partnet_dataset_root_8points", and "ds_collections"? If so, could you please explain in detail what values should be used for these parameters?
Thank you again for your wonderful research. I am relatively new to this field, so I would greatly appreciate it if you could provide a detailed explanation.