vton-eval


Namevton-eval JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/vybe-ai/vton-eval
SummaryA comprehensive evaluation suite for Virtual Try-On (VTON) models
upload_time2025-08-11 00:49:00
maintainerNone
docs_urlNone
authorArnab Ghosh
requires_python<4.0,>=3.9
licenseMIT
keywords vton virtual-try-on evaluation computer-vision fashion
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VTON Evaluation Suite

A comprehensive evaluation suite for Virtual Try-On (VTON) models.

## Installation

```bash
# Install from PyPI (after publication)
pip install vton-eval

# Development installation
git clone https://github.com/your-org/vton-eval.git
cd vton-eval
pip install -e .[dev]

# Setup models and environment
vton-setup --download-models --gpu
```

## Basic Usage

```python
# Python API
from vton_eval import VTONConfig, VTONEvaluationPipeline

config = VTONConfig.from_file('evaluation_config.yaml')
pipeline = VTONEvaluationPipeline(config)

# Evaluate a submission directory
results = pipeline.evaluate_submission(
    submission_dir='submissions/my_model/',
    output_path='results/my_model_results.json'
)

print(f"VTON Score: {results['overall_score']:.3f}")
print(f"Production Ready: {results['production_ready']}")
```

### Command Line Usage
```bash
# Basic evaluation
vton-eval evaluate --submission-dir submissions/model_a/ --output results.json

# Custom configuration
vton-eval evaluate --config custom_config.yaml --submission-dir submissions/model_b/ --output results_b.json

# Validate submission format
vton-eval validate --submission-dir submissions/model_c/

# Setup and model download
vton-eval setup --download-models --config-template advanced
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vybe-ai/vton-eval",
    "name": "vton-eval",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "vton, virtual-try-on, evaluation, computer-vision, fashion",
    "author": "Arnab Ghosh",
    "author_email": "arnabghosh93@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/5a/3558bee7fd60503d730dcc3a393aaddb5ced2a8a803a6ce0a5712c3c1a7a/vton_eval-0.1.0.tar.gz",
    "platform": null,
    "description": "# VTON Evaluation Suite\n\nA comprehensive evaluation suite for Virtual Try-On (VTON) models.\n\n## Installation\n\n```bash\n# Install from PyPI (after publication)\npip install vton-eval\n\n# Development installation\ngit clone https://github.com/your-org/vton-eval.git\ncd vton-eval\npip install -e .[dev]\n\n# Setup models and environment\nvton-setup --download-models --gpu\n```\n\n## Basic Usage\n\n```python\n# Python API\nfrom vton_eval import VTONConfig, VTONEvaluationPipeline\n\nconfig = VTONConfig.from_file('evaluation_config.yaml')\npipeline = VTONEvaluationPipeline(config)\n\n# Evaluate a submission directory\nresults = pipeline.evaluate_submission(\n    submission_dir='submissions/my_model/',\n    output_path='results/my_model_results.json'\n)\n\nprint(f\"VTON Score: {results['overall_score']:.3f}\")\nprint(f\"Production Ready: {results['production_ready']}\")\n```\n\n### Command Line Usage\n```bash\n# Basic evaluation\nvton-eval evaluate --submission-dir submissions/model_a/ --output results.json\n\n# Custom configuration\nvton-eval evaluate --config custom_config.yaml --submission-dir submissions/model_b/ --output results_b.json\n\n# Validate submission format\nvton-eval validate --submission-dir submissions/model_c/\n\n# Setup and model download\nvton-eval setup --download-models --config-template advanced\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A comprehensive evaluation suite for Virtual Try-On (VTON) models",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/vybe-ai/vton-eval/blob/main/README.md",
        "Homepage": "https://github.com/vybe-ai/vton-eval",
        "Issues": "https://github.com/vybe-ai/vton-eval/issues",
        "Repository": "https://github.com/vybe-ai/vton-eval"
    },
    "split_keywords": [
        "vton",
        " virtual-try-on",
        " evaluation",
        " computer-vision",
        " fashion"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33f2a2c66514ba0e9d23a21f9fb0c113dcd51f110fd3082f7fe063eddc0222e4",
                "md5": "74fbb085d151aa1b5a14901c8fbbd9bf",
                "sha256": "8e54bddbaf1720c8fe0ee9f367d159adce35d36beec1931e89b79c15b280a225"
            },
            "downloads": -1,
            "filename": "vton_eval-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "74fbb085d151aa1b5a14901c8fbbd9bf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 56568,
            "upload_time": "2025-08-11T00:48:58",
            "upload_time_iso_8601": "2025-08-11T00:48:58.453561Z",
            "url": "https://files.pythonhosted.org/packages/33/f2/a2c66514ba0e9d23a21f9fb0c113dcd51f110fd3082f7fe063eddc0222e4/vton_eval-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f5a3558bee7fd60503d730dcc3a393aaddb5ced2a8a803a6ce0a5712c3c1a7a",
                "md5": "fad2b7a6f763ca3002dbb3a0c6c8283a",
                "sha256": "1857508b56c489542790cf0310a8c47a45887151814ee08a7a7255e2b78fd515"
            },
            "downloads": -1,
            "filename": "vton_eval-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fad2b7a6f763ca3002dbb3a0c6c8283a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 47103,
            "upload_time": "2025-08-11T00:49:00",
            "upload_time_iso_8601": "2025-08-11T00:49:00.135829Z",
            "url": "https://files.pythonhosted.org/packages/3f/5a/3558bee7fd60503d730dcc3a393aaddb5ced2a8a803a6ce0a5712c3c1a7a/vton_eval-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 00:49:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vybe-ai",
    "github_project": "vton-eval",
    "github_not_found": true,
    "lcname": "vton-eval"
}
        
Elapsed time: 1.88086s