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

0.1.0 - Minor #50

Closed cardboardcode closed 2 years ago

cardboardcode commented 2 years ago

Purpose of Pull Request

This pull request introduces a significant but minor change to easy_perception_deployment.

easy_perception_deployment now uses .json files as session_config and usecase_config for more robust session and usecase configurations.

This is in contrast to the use of .txt files where the original parser are more prone to corrupted data/session_config.txt and data/usecase_config.txt.

Note that the new session_config.json and usecase_config.json can be found under config folder. These .json files can be manually edited.