Spaces:
Running
on
T4
Running
on
T4
File size: 289 Bytes
d3ef70e e09c8fd |
1 2 3 4 5 6 7 8 |
#!/bin/sh
export CC=/usr/bin/gcc-11 # this ensures that gcc 11 is being used for compilation
cd models/GroundingDINO/ops
python setup.py build install
python test.py # should result in 6 lines of * True
pip install git+https://github.com/facebookresearch/segment-anything.git
cd ../../../ |