UbiquitousLearning / mllm

Fast Multimodal LLM on Mobile Devices
https://ubiquitouslearning.github.io/mllm_website
MIT License
381 stars 46 forks source link

improve examples #80

Closed zhehaoxu closed 4 months ago

zhehaoxu commented 4 months ago

don't use fixed image path in demo, add a new parameter, like:

cmdParser.add<string>("image", 'i', "specify mllm image path", false, "../assets/cat.jpg");

yirongjie commented 4 months ago

Thank you for your suggestion. We will consider adding a new parameter in files like demo_vit.cpp.