Grounded-Segment-Anything
Grounded-Segment-Anything copied to clipboard
Impossible to install on colab (likely due to cuda 11.8)
The wheels of groundingDino fail to build and at inference time we get:
---> 53 output = _C.ms_deform_attn_forward( 54 value, 55 value_spatial_shapes,
NameError: name '_C' is not defined
You can check it with the following tips:
- lower the GCC version (maybe 9.3 is OK)
- lower the Torch version (we use torch 12.0 and cuda-11.3)
Open
#396