Krishna Adithya V

Results 12 comments of Krishna Adithya V

I am on using ubuntu wsl on windows Java -version openjdk version "1.8.0_342" OpenJDK Runtime Environment (build 1.8.0_342-8u342-b07-0ubuntu1~22.04-b07) OpenJDK 64-Bit Server VM (build 25.342-b07, mixed mode) javac -version javac 1.8.0_342

Error log: [pip_minerl_error.txt](https://github.com/minerllabs/minerl/files/9780538/pip_minerl_error.txt)

Yes, pip install dataset fixed it, but why is it not part of the main instruction?

@RickyYXY did you get it working for vitb?

You can fix it by installing PyDenseCRF using this: !pip install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git

https://github.com/lucasb-eyer/pydensecrf/issues/123#issuecomment-1644856641 Working solution: pip3 install --force-reinstall cython==0.29.36 pip3 install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git

Should be easy but the problem would be right now that the model needs at least 16 gb VRAM GPU to make an inference.

This current model does not provide any label, it is a generalised segmentation model They mention that on the FAQ as well: Does the model produce mask labels? No, the...

I have the same issue, trying to follow the https://github.com/microsoft/LLaVA-Med installation instructions.