Skip to content

Conversation

@chcaya
Copy link
Contributor

@chcaya chcaya commented Jun 17, 2025

I couldn't get past the FORCE_CUDA=0 pip install -e . step for my CPU-only installation while following the installation guide. I managed to complete and test my installation with the fix proposed in this PR.

Do not forget to change the config to train.device = "cpu" in dn_detr_r50_50ep.py when running the demo test:

python demo/demo.py --config-file projects/dab_detr/configs/dab_detr_r50_50ep.py \
                    --input "./idea.jpg" \
                    --output "./demo_output.jpg" \
                    --opts train.init_checkpoint="./dab_detr_r50_50ep.pth"

@rentainhe rentainhe merged commit 10dd29a into IDEA-Research:main Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants