ros-industrial / easy_perception_deployment

A ROS2 package that accelerates the training and deployment of CV models for industries.
Apache License 2.0
53 stars 16 forks source link

Added visualised detection results to README.md and corrected python virtual environment name to non-stamped variant. #18

Closed cardboardcode closed 3 years ago

cardboardcode commented 3 years ago

This pull request includes the following patches:

  1. Added 2 .gif animated files showing the training dataset and the detection results using Precision Level 3 custom-trained Maskrcnn model.

  2. Changed python virtual environment name from m2_epd_gui to epd_gui_env to avoid time-stamping the conda environment.

The second change above is a minor breaking change that will be easily rectified upon program bootup by user.

codecov-commenter commented 3 years ago

Codecov Report

Merging #18 (fb48cc6) into master (cf1bc34) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   89.19%   89.19%           
=======================================
  Files          12       12           
  Lines        1249     1249           
=======================================
  Hits         1114     1114           
  Misses        135      135           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cf1bc34...fb48cc6. Read the comment docs.