Skip to main content

Toolkit for Object Detection Distillation

Project description

TODD

docs lint test publish codecov PyPI wakatime

Toolkit for Object Detection Distillation.

Installation

Prerequisites:

  • torch
  • torchvision
  • mmcv/mmcv_full (optional)
pip install todd_ai

Developer

Commit

pre-commit install
pre-commit install -t commit-msg

Recommended to use commitizen. Instead of git commit, use

cz c

To automatically bump the version based on the commits

cz bump -ch

To specify a prerelease (alpha, beta, release candidate) version

cz bump -ch --increment {major,minor,patch} -pr {alpha,beta,rc}

If for any reason, the created tag and changelog were to be undone, this is the snippet:

git tag --delete ${TAG}
git reset HEAD~
git reset --hard HEAD

This will remove the last tag created, plus the commit containing the update to pyproject.toml and the changelog generated for the version.

In case the commit was pushed to the server you can remove it by running

git push --delete origin ${TAG}

Docs

(cd docs && exec make html)

Publish

pytest && git push --atomic origin master ${TAG}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

todd_ai-0.1.4.tar.gz (50.5 kB view hashes)

Uploaded Source

Built Distribution

todd_ai-0.1.4-py3-none-any.whl (68.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page