--- title: HOI-DETR emoji: 🖐️ colorFrom: blue colorTo: yellow sdk: gradio sdk_version: "5.50.0" app_file: app.py python_version: "3.10" pinned: false license: apache-2.0 hardware: zero-gpu --- # HOI-DETR — Hand–Object Interaction Detection Detects hands, 1st-order objects (held), and 2nd-order objects (acted upon), plus their pairwise interaction links — in a single forward pass. On each cold start, `app.py` clones [HOI-DETR](https://github.com/AhmadDarKhalil/HOI-DETR) from GitHub, so any change pushed to GitHub is reflected automatically on the next Space restart. - Paper: [arXiv 2606.17384](https://arxiv.org/abs/2606.17384) - Code: [github.com/AhmadDarKhalil/HOI-DETR](https://github.com/AhmadDarKhalil/HOI-DETR) - Checkpoint: [ahmaddarkhalil/hoi-detr](https://huggingface.co/ahmaddarkhalil/hoi-detr) ## Required Space variables Set these in **Settings → Variables** (needed to build mmcv 1.7.2 from source): | Name | Value | |------|-------| | `MMCV_WITH_OPS` | `1` | | `FORCE_CUDA` | `1` | | `TORCH_CUDA_ARCH_LIST` | `10.0` | | `MAX_JOBS` | `4` |