dawnknight

Results 1 comments of dawnknight

the following approach works for me 1. remove the "**torch.cuda.is_available()**" from line 80 in setup.py in GroundingDINO folder. 2. ``` cd ./Grounded-Segment-Anything/GroundingDINO/ &&\ python setup.py build &&\ python setup.py install...