Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slightly modify CLI execution #3687

Merged
merged 2 commits into from
Jun 19, 2021
Merged

Commits on Jun 18, 2021

  1. Slightly modify CLI execution

    This simple change makes it easier to run the primary functions of this
    repo (train/detect/test) from within Python. An object which represents
    `opt` can be constructed and fed to the `main` function of each of these
    modules, rather than having to call the lower level functions directly,
    or run the module as a script.
    Lewis Belcher committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    366665f View commit details
    Browse the repository at this point in the history
  2. Update export.py

    Add CLI parsing update for more convenient module usage within Python.
    lb-desupervised committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9cdf16f View commit details
    Browse the repository at this point in the history