SanBingYouYong-S.Zhang
SanBingYouYong-S.Zhang
使用了相同的测试数据, 做了一个交互式的小工具, 可以体验体验 https://drive.google.com/file/d/1Qc7gigD1huITOMZcRskeuzAt3BzE7h25/view?usp=sharing
有空试试加入sentiment analysis的东西hmm
做了一个交互式的命令行工具, 有兴趣可以体验体验 https://drive.google.com/file/d/1Qc7gigD1huITOMZcRskeuzAt3BzE7h25/view?usp=sharing
> qanything的多gpu,是不是只是把llm和其他embedding、rerank模型分开跑呀?并不是vllm那种多gpu的意思吗? 这个怎么设置呢, 我这里跑一个3B的模型就占了14G左右, 不知道是不是有很多模型同时部署了
Thanks for the response! The performance issue, also as it was mentioned in the supplementary materials, refers to accuracy drops, as in the shape it reproduces match less to the...
This is basically how I set up my scene. I had to tweak things a bit to make the produced image similar to your dataset images, so the angle (especially...
Here's one of my test images if you are interested in carrying out experiment on it too: -30degrees down and 15 degrees horizontally. It's generated using Freestyle engine in Blender...
Thanks for the explanation. I noticed a small issue of shape not updating properly after loading params to geometry nodes, specificially in other two domains (vase and table), and it...
Very strange that replacing the existing method with `obj.data.update()` did not work, but adding one extra line of that works, in the end of the whole parameter loading process. I'll...
Update: Replacing the original code with either method did not work for me. This might actually have something to do with my extracted pipeline. Fixing the issue with adding one...