#!/bin/shexport CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilationexport CUDA_HOME=/usr/local/cuda
cd ./models/GroundingDINO/ops
python ./setup.py build install
python ./test.py # should result in 6 lines of * Truecd ../../../