Xingbin Liu
Xingbin Liu
pytorch 1.6. cuda10.1 when i run "./make.sh". I come cross this problem """ File "/home/lxb/anaconda3/envs/torch/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 208, in build_extension _build_ext.build_extension(self, ext) File "/home/lxb/anaconda3/envs/torch/lib/python3.8/distutils/command/build_ext.py", line 528, in build_extension objects = self.compiler.compile(sources,...
Hello! it's a great work. I have a question about zero-shot segmentation. Are we just change [cfg: segmentation/configs/_base_/datasets/pascal_voc12.py](https://github.com/NVlabs/GroupViT/blob/main/configs/default.yml#L90) to "cfg: segmentation/configs/_base_/datasets/coco.py" for coco segmentation?
Hi! I use ViT-base/16 pretrained with DINO to reproduce the 61.6 result in table-2. But I only get 56.70. I strictly follow the readme instruction. Do you have any idea?...
Hi, Thanks for the solid work. Could you let me know when you'll release the training code?
When I convert savedmodel to tftrt, I get "ValueError: Failed to import metagraph, check error log for more info." Environment: ``` tf:2.4.0 ``` code: ``` from tensorflow.python.saved_model import tag_constants import...
When I generated the full mask following https://github.com/ChaoningZhang/MobileSAM#demo, I found that using `model.eval()` differs from the results of not using `model.eval()`. Interestingly, model.eval() is already settled at https://github.com/ChaoningZhang/MobileSAM/blob/master/mobile_sam/build_sam.py#L88, and I...
### Anything you want to discuss about vllm. Hi, I successfully create the openvino env. I am wondering how to use the intel-gpu?
### Describe the issue Hi I come from https://github.com/vllm-project/vllm/issues/6701. I am wondering when will the 2.3.110 IPEX be released.