YangWei

Results 1 comments of YangWei

Encountered the same bug,the following code fixes it: GroundingDINO/setup.py 72 am_i_docker = os.environ.get('AM_I_DOCKER') and os.environ.get('AM_I_DOCKER').casefold() in ['true', '1', 't'] 73 use_cuda = os.environ.get('BUILD_WITH_CUDA') and os.environ.get('BUILD_WITH_CUDA').casefold() in ['true', '1', 't']