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.1k stars 230 forks source link

Add pyproject.toml for python packaging #210

Closed yuho-jeong closed 11 months ago

yuho-jeong commented 1 year ago

To utilize DINO codes as a Python package, I moved all codes to dino directory and created pyproject.toml file. Could you please merge this PR or create a setup.py (or pyproject.toml) file so that we can use DINO as a Python package?

yuho-jeong commented 11 months ago

There are so many code changes in this PR. I think it is hard to check, so I move this to Issues