Initial commit
Showing
pyproject.toml
0 → 100644
requirements.txt
0 → 100644
| addict==2.4.0 | ||
| aiofiles==23.2.1 | ||
| albumentations==1.3.0 | ||
| altair==5.3.0 | ||
| annotated-types==0.6.0 | ||
| anyio==4.3.0 | ||
| attrs==23.2.0 | ||
| certifi==2024.2.2 | ||
| charset-normalizer==3.3.2 | ||
| click==8.1.7 | ||
| contourpy==1.1.1 | ||
| cycler==0.12.1 | ||
| Cython==3.0.10 | ||
| defusedxml==0.7.1 | ||
| dnspython==2.6.1 | ||
| email_validator==2.1.1 | ||
| exceptiongroup==1.2.1 | ||
| fastapi==0.111.0 | ||
| fastapi-cli==0.0.3 | ||
| ffmpy==0.3.2 | ||
| filelock==3.14.0 | ||
| fonttools==4.51.0 | ||
| fsspec==2024.3.1 | ||
| gradio==4.16.0 | ||
| gradio_client==0.8.1 | ||
| h11==0.14.0 | ||
| httpcore==1.0.5 | ||
| httptools==0.6.1 | ||
| httpx==0.27.0 | ||
| huggingface-hub==0.23.0 | ||
| idna==3.7 | ||
| imageio==2.34.1 | ||
| importlib_metadata==7.1.0 | ||
| importlib_resources==6.4.0 | ||
| Jinja2==3.1.4 | ||
| joblib==1.4.2 | ||
| jsonschema==4.22.0 | ||
| jsonschema-specifications==2023.12.1 | ||
| kiwisolver==1.4.5 | ||
| lazy_loader==0.4 | ||
| lvis==0.5.3 | ||
| markdown-it-py==3.0.0 | ||
| MarkupSafe==2.1.5 | ||
| matplotlib==3.7.5 | ||
| mdurl==0.1.2 | ||
| mmdet==3.0.0 | ||
| mmengine==0.10.3 | ||
| # Editable install with no version control (mmyolo==0.6.0) | ||
| networkx==3.1 | ||
| numpy==1.23.5 | ||
| opencv-python==4.9.0.80 | ||
| opencv-python-headless==4.9.0.80 | ||
| orjson==3.10.3 | ||
| packaging==24.0 | ||
| pandas==2.0.3 | ||
| pillow==10.3.0 | ||
| pkgutil_resolve_name==1.3.10 | ||
| platformdirs==4.2.1 | ||
| prettytable==3.10.0 | ||
| pycocotools==2.0.7 | ||
| pydantic==2.7.1 | ||
| pydantic_core==2.18.2 | ||
| pydub==0.25.1 | ||
| Pygments==2.18.0 | ||
| pyparsing==3.1.2 | ||
| python-dateutil==2.9.0.post0 | ||
| python-dotenv==1.0.1 | ||
| python-multipart==0.0.9 | ||
| pytz==2024.1 | ||
| PyWavelets==1.4.1 | ||
| PyYAML==6.0.1 | ||
| qudida==0.0.4 | ||
| referencing==0.35.1 | ||
| regex==2024.4.28 | ||
| requests==2.31.0 | ||
| rich==13.7.1 | ||
| rpds-py==0.18.1 | ||
| ruff==0.4.3 | ||
| safetensors==0.4.3 | ||
| scikit-image==0.21.0 | ||
| scikit-learn==1.3.2 | ||
| scipy==1.10.0 | ||
| semantic-version==2.10.0 | ||
| shapely==2.0.4 | ||
| shellingham==1.5.4 | ||
| six==1.16.0 | ||
| sniffio==1.3.1 | ||
| starlette==0.37.2 | ||
| supervision==0.20.0 | ||
| termcolor==2.4.0 | ||
| terminaltables==3.1.10 | ||
| threadpoolctl==3.5.0 | ||
| tifffile==2023.7.10 | ||
| timm==0.6.13 | ||
| tokenizers==0.15.2 | ||
| tomli==2.0.1 | ||
| tomlkit==0.12.0 | ||
| toolz==0.12.1 | ||
| tqdm==4.66.4 | ||
| transformers==4.36.2 | ||
| typer==0.12.3 | ||
| typing_extensions==4.11.0 | ||
| tzdata==2024.1 | ||
| ujson==5.9.0 | ||
| urllib3==2.2.1 | ||
| uvicorn==0.29.0 | ||
| uvloop==0.19.0 | ||
| watchfiles==0.21.0 | ||
| wcwidth==0.2.13 | ||
| websockets==11.0.3 | ||
| yapf==0.40.2 | ||
| zipp==3.18.1 |
tools/dist_test.sh
0 → 100644
tools/dist_train.sh
0 → 100644
tools/test.py
0 → 100644
tools/train.py
0 → 100644
yolo_world/__init__.py
0 → 100644
yolo_world/datasets/utils.py
0 → 100644
Please register or sign in to comment