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

Fix for defunct generic model download links and TrainFarm-Exporter Automatic Setup #37

Closed cardboardcode closed 2 years ago

cardboardcode commented 2 years ago

What Is This For?

This pull request is to address defunct download links included in the follow bash automation scripts that affects the use of EPD.

  1. Changes made to p1, p2 and p3 default generic models in run.bash. [onnx/model_zoo changed their master branch to main, affecting the url]
  2. Changes made to install_p2exporter and install_p3exporter. [Nvidia/apex dependency is no longer compatible with current exporter builds. Using preserved repo instead.]
  3. Changes made to install_p2trainfarm and install_p3trainfarm. [Nvidia/apex dependency is no longer compatible with current trainfarm builds. Using preserved repo instead.]