Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenPTrack/open_ptrack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OpenPTrack/open_ptrack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: with_object_tracking
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 84 files changed
  • 1 contributor

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    38a94e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. 1.

    Add HSD backprojection as another option
    Now you can choose from 3 options: "H HS HSD" to do the backprojection.
    
    The HSD model is slower(6ms for one object), it still can be improved.
    If the objects are in different color ,choose HS rathar than HSD
    
    2.
    Modify the YAML file(multiple_objects_detection.yaml) and add some
    comments
    
    3.
    Delete the "multiple_objects_detectionConfig.h" cause it can be generate
    by the CFG file .
    
    4.
    Set a varable camera_name to kinect2_head to const, we can use launch
    file to remap the kinect2_head based topic with the Camera_name in the
    detection launch file.
    
    5.
    After you select the objects, the window which show the detections will
    be destroyed. With this you can draw the bounding box easier in the
    Master computer cause ther won't be a lot of windsows displaying the
    images from every camera.
    
    If you still want to check the detections on the image, set the varible
    "show_2D_track" in the "multiple_objects_detection.yaml" to true.
    yongheng1991 committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    ddb3bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    716a1e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Configuration menu
    Copy the full SHA
    4afdd5b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Configuration menu
    Copy the full SHA
    4298591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaadc43 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Configuration menu
    Copy the full SHA
    6a42a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9addbbd View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    49def94 View commit details
    Browse the repository at this point in the history
Loading