Jing Wu

Results 6 comments of Jing Wu

Hi, I found that `GroundingDINO_SwinT_OGC.py` was under the `utils` folder. But where can I download `roundingdino_swint_ogc.pth`? :)

Hi, just to let you know, that the `groundingdino_swint_ogc.pth` can be downloaded in this repo https://github.com/IDEA-Research/Grounded-Segment-Anything/tree/main ```bash # download the pretrained `groundingdino-swin-tiny` model wget https://github.com/IDEA-Research/GroundingDINO/releases/download/v0.1.0-alpha/groundingdino_swint_ogc.pth ```

Hi, did you manage to solve that? I meet the same issue, wondering if it is because of the lack of some plugins or bad setting? ![Screenshot from 2024-05-28 16-13-27](https://github.com/layerdiffusion/sd-forge-layerdiffuse/assets/98714649/2d9ea223-fc17-449a-b1ef-1825d5130500)

Hi, it could potentially be caused by gsplat version problem. see [here](https://github.com/ActiveVisionLab/gaussctrl#1-nerfstudio-and-lang-sam)

Hi, thank you for using our code, may I know what is the image size you are using after the downscale? In our experiments, we were working with 512x512 images....

They do not need to have the exact same size. This size should work with no problem. Could you please first check how much memory does the model use before...