Boyang ZHONG
Boyang ZHONG
我的办法是在保存前添加sample = sample.astype(np.uint8),解决了我目前跑demo时碰到的问题
Could anyone briefly introduce the workflow how he modified the repo to fuse images in RGB mode? I am struggling with that. Thanks in advance!
想请问一下你在sample里将mode改为rgb了吗,我在更改后遇到了很多关于shape的报错
Hi, i am currently follow the vllm implementation from R1-V, however, my overall process hangs when it tries to instantiate llm class. I have set the environment parameters like below:...