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

Feature/zoombinis infer single image #305

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Feature/zoombinis infer single image #305

wants to merge 16 commits into from

Commits on Feb 13, 2021

  1. only inferring a single image frame once for a huge performance boost…

    …. Before the same image would run inference multiple times redundantly hogging resources
    erichards authored and tomlankhorst committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    02f2170 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    06e6ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c96fd9 View commit details
    Browse the repository at this point in the history
  3. Update YoloObjectDetector.cpp

    zoombinis committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    f5f534b View commit details
    Browse the repository at this point in the history
  4. Update YoloObjectDetector.cpp

    zoombinis committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    bec23e4 View commit details
    Browse the repository at this point in the history
  5. Update ObjectDetection.cpp

    zoombinis committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    7755258 View commit details
    Browse the repository at this point in the history
  6. Feature/zoombinis infer single image (#1)

    * catkin_test_results (#302)
    
    * only inferring a single image frame once for a huge performance boost. Before the same image would run inference multiple times redundantly hogging resources
    
    * tests working after I update the image seq in the header
    
    * now with test fixes the image header correctly sets Seq
    
    * Update YoloObjectDetector.cpp
    
    * Update YoloObjectDetector.cpp
    
    * Update ObjectDetection.cpp
    
    Co-authored-by: Tom Lankhorst <[email protected]>
    zoombinis and tomlankhorst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    ce4cff9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Update YoloObjectDetector.cpp

    zoombinis committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    ff62a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9461fa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. added boost::try_to_lock

    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    ed054a4 View commit details
    Browse the repository at this point in the history
  2. merged in some from master

    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    753ea68 View commit details
    Browse the repository at this point in the history
  3. merged in master

    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    599ceae View commit details
    Browse the repository at this point in the history
  4. git push origin feature/zoombinis-infer-single-image

    ZZZMerge branch 'leggedrobotics-master' into feature/zoombinis-infer-single-image
    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    91ddbb0 View commit details
    Browse the repository at this point in the history
  5. removed try lock from some

    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    42bcf34 View commit details
    Browse the repository at this point in the history
  6. added header back in for tests

    zoombinis committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4313b40 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. reverted try_lock

    zoombinis committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e00e78d View commit details
    Browse the repository at this point in the history