yujie-wang

Results 7 issues of yujie-wang

Hi @RainerKuemmerle , I found a problem while using EdgeSE3Expmap, that is "the optimization result is **correlated with** the location of the coordinate origin". But ideally they are not supposed...

Hi, I am using Ubuntu 16.04. I build InfiniTAM and spaint successfully with the following cmake flags: ``` WITH_ARRAYFIRE WITH_CUDA WITH_OPENMP WITH_OPENNI ``` Do i need extra packages to enable...

Hi, do you have resnet 100 pretrained model available for download? Thanks!

Hi, I tried to compile caffe, but it will always give error about "cv". My platform is CUDA 8.0+Ubuntu 16.04+opencv 3.2.0, i searched internet and found results that [nobody seems...

While building and execute sh make.sh, i got ``` /usr/bin/ld: cannot find -ltensorflow_framework collect2: error: ld returned 1 exit status ``` From tensorflow github issues, i found that tensorflow_framework was...

Hi, I wonder if neural compressor supports visual language model that accept visual image and text as inputs?

Hi, I would like to try GPTQ on [OpenVLA](https://huggingface.co/openvla/openvla-7b). I found that most of the examples are using purely language input (i.e., https://github.com/ModelCloud/GPTQModel/blob/main/examples/quantization/transformers_usage.py). Do we support model with visual and...