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

ENH: add conversion to CoreML #359

Merged
merged 50 commits into from
Dec 23, 2023
Merged

ENH: add conversion to CoreML #359

merged 50 commits into from
Dec 23, 2023

Commits on Dec 17, 2023

  1. WIP: save work.

    Odd Kiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0d6ca4a View commit details
    Browse the repository at this point in the history
  2. DOC: add notes.

    oddkiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f3be344 View commit details
    Browse the repository at this point in the history
  3. MAINT: upgrade CUDA version.

    oddkiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b8f8016 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf4d595 View commit details
    Browse the repository at this point in the history
  5. DOC: add notes.

    oddkiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a82c59d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fed2729 View commit details
    Browse the repository at this point in the history
  7. MAINT: check the conversion of YOLO v4 to TensorRT.

    It actually works but the
    oddkiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    3bf8282 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3cc40d1 View commit details
    Browse the repository at this point in the history
  9. DOC: add notes.

    oddkiva committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b5a99db View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. MAINT: improve visualization.

    oddkiva committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a731ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a7331 View commit details
    Browse the repository at this point in the history
  3. MAINT: tweak code.

    oddkiva committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    efe78a6 View commit details
    Browse the repository at this point in the history
  4. MAINT: add YOLO data files.

    oddkiva committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ddeabbb View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. MAINT: rename files.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    813d376 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6513302 View commit details
    Browse the repository at this point in the history
  3. MAINT: remove stub code.

    oddkiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    775a72c View commit details
    Browse the repository at this point in the history
  4. DOC: add missing equations.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f9072d7 View commit details
    Browse the repository at this point in the history
  5. MAINT: fix test.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b229f6b View commit details
    Browse the repository at this point in the history
  6. WIP: save work.

    oddkiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b3c47d3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'enh-conversion-to-coreml' of github.com:oddkiva/sara in…

    …to enh-conversion-to-coreml
    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    75a2dd7 View commit details
    Browse the repository at this point in the history
  8. WIP: save work.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    387d3cd View commit details
    Browse the repository at this point in the history
  9. WIP: save work.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    93a7c02 View commit details
    Browse the repository at this point in the history
  10. MAINT: unit test Darknet layers ported to Pytorch.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    411960a View commit details
    Browse the repository at this point in the history
  11. MAINT: add OpenGL.

    Odd Kiva committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6d6c5ae View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. MAINT: fix Python code.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b376c56 View commit details
    Browse the repository at this point in the history
  2. MAINT: remove abandoned code.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2d83195 View commit details
    Browse the repository at this point in the history
  3. MAINT: fix imports.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7ef534d View commit details
    Browse the repository at this point in the history
  4. WIP: save work.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3f53f11 View commit details
    Browse the repository at this point in the history
  5. MAINT: save work.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2e048b2 View commit details
    Browse the repository at this point in the history
  6. WIP: save work.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    86e980b View commit details
    Browse the repository at this point in the history
  7. WIP: pursue PyTorch porting.

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    bcd3ed0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ccc5d4c View commit details
    Browse the repository at this point in the history
  9. MAINT: neater graphics...

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    684420a View commit details
    Browse the repository at this point in the history
  10. MAINT: neater graphics...

    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    782c126 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'enh-conversion-to-coreml' of github.com:oddkiva/sara in…

    …to enh-conversion-to-coreml
    oddkiva committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a043583 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. WIP: save work.

    oddkiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f715dd4 View commit details
    Browse the repository at this point in the history
  2. ENH: better printing.

    oddkiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a2cc65b View commit details
    Browse the repository at this point in the history
  3. MAINT: move trained model directory.

    Odd Kiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ed48684 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'enh-conversion-to-coreml' of github.com:oddkiva/sara in…

    …to enh-conversion-to-coreml
    Odd Kiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8036076 View commit details
    Browse the repository at this point in the history
  5. MAINT: clean code.

    oddkiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a94e1ab View commit details
    Browse the repository at this point in the history
  6. WIP: save work.

    oddkiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9fa56dc View commit details
    Browse the repository at this point in the history
  7. MAINT: update dependency list.

    Odd Kiva committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9232081 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. ENH: add Python bindings.

    Odd Kiva committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a92bc31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c8d78 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    08ecb99 View commit details
    Browse the repository at this point in the history
  2. MAINT: save work.

    Odd Kiva committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    1f10d2d View commit details
    Browse the repository at this point in the history
  3. WIP: add a partially working CoreML conversion.

    Odd Kiva committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    9fddfd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    931ee29 View commit details
    Browse the repository at this point in the history
  5. ENH: make the YOLO output 5D.

    Odd Kiva committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    92adcf7 View commit details
    Browse the repository at this point in the history
  6. MAINT: rename file.

    Odd Kiva committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    d6695de View commit details
    Browse the repository at this point in the history