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

Add Label, Points, Polygon, PolyLine, and Caption visualization features #746

Merged
merged 10 commits into from
Oct 25, 2022

Commits on Oct 19, 2022

  1. Add other visualization features

     - Add label, polygon, polyline, and points visualization features
    
    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    abf3c9a View commit details
    Browse the repository at this point in the history
  2. Update draw_label for multi-label visualization

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    35e1e21 View commit details
    Browse the repository at this point in the history
  3. Add draw_caption

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1bba635 View commit details
    Browse the repository at this point in the history
  4. Refactor test_visualizer.py

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9c43a75 View commit details
    Browse the repository at this point in the history
  5. Add Label, Points, Polygon, PolyLine, and Caption unit tests

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    787254c View commit details
    Browse the repository at this point in the history
  6. Fix isort

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    163fb66 View commit details
    Browse the repository at this point in the history
  7. Fix pylint

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0a91b8a View commit details
    Browse the repository at this point in the history
  8. Add changelog

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f8f3c3a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Fix isort

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    10ce031 View commit details
    Browse the repository at this point in the history
  2. Fix Python 3.7 unittest error

    Signed-off-by: Kim, Vinnam <vinnam.kim@intel.com>
    vinnamkim committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0086777 View commit details
    Browse the repository at this point in the history