I tried to run python demo_glip_sam.py --input_image assets/demo2.jpeg --output_dir outputs_demo --text_prompt "frog" but I got RuntimeError: Not compiled error after I followed the INSTALLING.md and other instructions. I already have CUDA 11.6 and other toolkits but it is not working on both Google Colab and my local device.
I tried to run
python demo_glip_sam.py --input_image assets/demo2.jpeg --output_dir outputs_demo --text_prompt "frog"
but I got RuntimeError: Not compiled error after I followed the INSTALLING.md and other instructions. I already have CUDA 11.6 and other toolkits but it is not working on both Google Colab and my local device.