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

Accelerated Docker Image Deployment via Docker Hub and Corrected Documentation #17

Closed cardboardcode closed 3 years ago

cardboardcode commented 3 years ago

This pull request includes the following patches:

  1. EPD can now deploy docker images at a faster rate by using prepared images on Docker Hub. For example, it takes roughly 2 hours to build the docker images but it takes only 15 minutes to pull a docker image from the hub.

  2. Removed unnecessary documentation files to reduce git clone time and removed erroneous "Test" word in documentation preface.

codecov-commenter commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #17   +/-   ##
=======================================
  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 ec961f1...cf1bc34. Read the comment docs.