-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation #4
Comments
@bakachan19 Thank you for your interest in our work. Since it involves a lot of previous work, the configuration of the working environment may indeed be somewhat complex. Could you please elaborate on the details of the issue you're encountering? |
Dear @zhang-ziang, Thank you for getting back to me. So, after some trials I managed to use OmniBind_Base and OmniBind_Large to extract embeddings for text and images. However, I am getting errors when I try to use point clouds. Also, for inference the instructions provided in the readme are not working. I used the code in inference.py to perform inference. Furthermore, it would be very useful if you mentioned what operating system to use: when building the container, I tested Ubuntu 20.04 first because of the nvidia container coming with python 3.8 and pytorch+cuda, but then I had to switch to Ubuntu 22.04 and install python 3.8 there. Knowing the GPU requirements to run inference on this methods would also be really beneficial. Sorry for the long post and thank you for your help! |
The torch version may not really important here, because OmniBind only uses the most basic operations. The protobuf version does require some switching when configuring the experiment environment, but it does not affect the performance of the model. |
@bakachan19 Error "NotImplementedError: Please define 'emb_audios' method you mentioned is fixed in the latest version. The error is due to a typo in the OmniBind Full config in omni_utils.py . Thank you for pointing it out. :) |
Hi, sorry to bother you.
Would it be possible to provide a container (i.e. apptainer) file with the installation?
I've been struggling for the past 2 days with the installation and I still cannot make it work. I am getting issues with libraries compatibilities, cuda, etc..
Thank you!
The text was updated successfully, but these errors were encountered: