IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.15k stars 232 forks source link

Cuda is not availabel for macbook m1 #138

Open albirrkarim opened 1 year ago

albirrkarim commented 1 year ago

I do installation process then.

when i run python setup.py build install on models/dino/ops it result this

DINO/models/dino/ops/setup.py", line 49, in get_extensions
    raise NotImplementedError('Cuda is not availabel')
NotImplementedError: Cuda is not availabel
HaoZhang534 commented 1 year ago

You must have GPU and CUDA for the installation.