The original repository from IDEA Research requires building the Docker file, which can be time-consuming.
To save time, you can download a prebuilt Docker image from this link. Feel free to use it!
If you encounter a NameError
related to _C
, follow these steps:
nano ~/.bashrc
export PATH=/usr/local/cuda/bin:$PATH
export CUDA_HOME=/usr/local/cuda-12.1
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
source ~/.bashrc
cd grounding_dino
pip install -e .