-
Hi, thanks for your great work.
I am a graduate researcher from CMU, and our curiosity lies in analyzing specific VLM models with regards to particular question types. Would it be possible for you …
-
作者您好,我在使用模型对RSVG数据集进行检测的时候,发现检测的可视化结果非常不好,例如:
![image](https://github.com/user-attachments/assets/5b83f31f-9b28-4971-a19d-5f235310b646)
![image](https://github.com/user-attachments/assets/f38202ca-4…
-
是EVA CLIP这个超大的模型不?看了下代码,没有直接提到呢~
-
Hi! Thank you for porting MiniGPT. This looks a lot faster than running the PyTorch in Metal, which is very poorly supported indeed (CPU is faster in my tests!). I see that in the model itself generat…
-
HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/home/omkarthawakar/fahad/MiniGPT-4/Vicuna_Radiology_fp16/'. Use `repo_type` argument if needed.
How to reso…
-
I'm getting the below error when running the demo on Colab with Llama 2 Chat 7B:
```
python demo.py --cfg-path eval_configs/minigpt4_llama2_eval.yaml --gpu-id 0
```
```
2023-08-30 16:34:33.59246…
-
Hi friend, i get this error in colab:
2023-05-25 14:05:35.815304: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Initializing Chat
Loading VIT
Lo…
-
Is there any PEFT like lora fintuning way implemented in MiniGPT-4?
-
Hello team,
The paper mentions that "Coordinates for X and Y are represented by integer values normalized in the range [0, 100]." Upon having a look at the code,
here:
https://github.com/Vision…
-
(minigpt4) C:\Users\SammySan\Documents\Code\MiniGPT-4>python demo.py --cfg-path eval_configs/minigpt4_eval.yaml --gpu-id -1
Initializing Chat
Loading VIT
Loading VIT Done
Loading Q-Former
Loading…