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

Custom Object Detection #1

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

Commits on Aug 12, 2023

  1. Custom Object Detection

    **IT COMPILES**
    - Added Yolo, OpenCV, TensorRT (nvinfer) to cmakelists
    - Added lib files from https://github.com/stereolabs/zed-sdk/tree/master/object%20detection/custom%20detector/cpp/tensorrt_yolov5-v6-v8_onnx
    - Added Yolo detection to main file
    - Disabled all other detectors in `zed_camera_component.hpp`
    - Removed two Fusion Position Tracking lines that caused for it to not compile (even without changes)
    ugackMiner53 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    427a969 View commit details
    Browse the repository at this point in the history
  2. Fixed an error with the model number not existing and edited .yaml fi…

    …les so object detection loads
    ugackMiner53 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ac69137 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. More sensible defaults for normal use cases and more checks for custo…

    …m model
    
    - Added custom_model_path to yaml file
    - Only do custom box objects if the model type is custom box objects
    - Patch the loader function to allow CUSTOM_BOX_OBJECTS as a type
    - Remove object filtering if CUSTOM_BOX_OBJECTS is selected
    - Better formatting and variable naming
    - Less strange debug messages
    ugackMiner53 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    88dccd6 View commit details
    Browse the repository at this point in the history