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

update detect.py in order to support torch script #5109

Merged
merged 5 commits into from
Oct 12, 2021

Commits on Oct 9, 2021

  1. update detect.py in order to support torch script

    This change assumes the torchscrip file was previously saved with `export.py`
    andreiionutdamian committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    4376b7f View commit details
    Browse the repository at this point in the history
  2. update detect.py for torchscript support

    Simple update for torchscript support. Assumes the torchscript file has been generated with `export.py`
    andreiionutdamian committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e2379fa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    14a3b8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from andreiionutdamian/feature/detect-torchscript

    update `detect.py` for torchscript support
    andreiionutdamian committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0587735 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    glenn-jocher committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4882727 View commit details
    Browse the repository at this point in the history