ibpc


Nameibpc JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://bpc.opencv.org/
SummaryAn entrypoint for the Industrial Bin Picking Challenge
upload_time2025-02-13 00:49:14
maintainerNone
docs_urlNone
authorTully Foote
requires_pythonNone
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Perception Challenge For Bin-Picking

This is the python entrypoint for the Bin Picking Challenge

## Usage

Get a dataset
`bpc fetch lm`


Run tests against a dataset
`bpc test <Pose Estimator Image Name> <datasetname> `

`bpc test ibpc:pose_estimator lm`


## Prerequisites


### Install the package:

In a virtualenv
`pip install ibpc`

Temporary before rocker release of https://github.com/osrf/rocker/pull/317/
`pip uninstall rocker && pip install git+http://github.com/osrf/rocker.git@console_to_file`


### Nvidia Docker (optoinal)
Make sure nvidia_docker is installed if you want cuda.

## Release instructions

```
rm -rf dist/*
python3 -m build --sdist .
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://bpc.opencv.org/",
    "name": "ibpc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Tully Foote",
    "author_email": "tullyfoote@intrinsic.ai",
    "download_url": "https://files.pythonhosted.org/packages/7b/9d/8137a0ebfd4aa77303935f4fd03e5fed5b92c0e0e8cedf889f628d478e93/ibpc-0.0.3.tar.gz",
    "platform": null,
    "description": "# Perception Challenge For Bin-Picking\n\nThis is the python entrypoint for the Bin Picking Challenge\n\n## Usage\n\nGet a dataset\n`bpc fetch lm`\n\n\nRun tests against a dataset\n`bpc test <Pose Estimator Image Name> <datasetname> `\n\n`bpc test ibpc:pose_estimator lm`\n\n\n## Prerequisites\n\n\n### Install the package:\n\nIn a virtualenv\n`pip install ibpc`\n\nTemporary before rocker release of https://github.com/osrf/rocker/pull/317/\n`pip uninstall rocker && pip install git+http://github.com/osrf/rocker.git@console_to_file`\n\n\n### Nvidia Docker (optoinal)\nMake sure nvidia_docker is installed if you want cuda.\n\n## Release instructions\n\n```\nrm -rf dist/*\npython3 -m build --sdist .\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "An entrypoint for the Industrial Bin Picking Challenge",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://bpc.opencv.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7b9d8137a0ebfd4aa77303935f4fd03e5fed5b92c0e0e8cedf889f628d478e93",
                "md5": "d4a932d534b3baed10d222e8f055baa5",
                "sha256": "f2d92545d76ea7ea6b280358db3720e84ae6da9994b878b944e00da889bc9611"
            },
            "downloads": -1,
            "filename": "ibpc-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d4a932d534b3baed10d222e8f055baa5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5551,
            "upload_time": "2025-02-13T00:49:14",
            "upload_time_iso_8601": "2025-02-13T00:49:14.138220Z",
            "url": "https://files.pythonhosted.org/packages/7b/9d/8137a0ebfd4aa77303935f4fd03e5fed5b92c0e0e8cedf889f628d478e93/ibpc-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-13 00:49:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ibpc"
}
        
Elapsed time: 2.28501s