A standalone distribution of BBAVectors-Oriented-Object-Detection and DAFNe for inference on the DOTAv1 dataset.
-
Install
uv
: https://docs.astral.sh/uv/getting-started/installation/. -
Run
uv run script.py
.
python -m venv .venv
source .venv/bin/activate
python -m pip install build wheel setuptools torch==2.4.1 torchvision==0.19.1 # detectron2 is funky
python -m build --wheel