-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🔨 Reconfigured Register Topic GUI feature to read from .json file in config folder instead of .launch.py file directly. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Reconfigured GUI to parse and write .json files instead of .txt files. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Reconfigured session_config and usecase_config from parsing txt to json instead. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Fix for build error. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Fix for intrinsic warnings concerning Json::ArrayIndex. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Reconfigured session_config and useconfig parser from CPP and Python codebase. Verified with unit testing. Signed-off-by: Bey Hao Yun <[email protected]> * 🔨 Renabled unit testing to rectify failing CI build. Signed-off-by: Bey Hao Yun <[email protected]> * 📖 Updated CHANGELOG.rst in easy_perception_deployment to reflect changes toward v0.1.0. Signed-off-by: Bey Hao Yun <[email protected]>
- Loading branch information
1 parent
fbb38cd
commit 9cc689e
Showing
30 changed files
with
937 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"input_image_topic": "/camera/color/image_raw" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"path_to_label_list" : "/home/cardboardvoice/epd_workspace/5_linting_epd_ws/src/easy_perception_deployment/easy_perception_deployment/data/label_list/imagenet_classes.txt", | ||
"path_to_model" : "/home/cardboardvoice/epd_workspace/5_linting_epd_ws/src/easy_perception_deployment/easy_perception_deployment/data/model/squeezenet1.1-7.onnx", | ||
"useCPU" : "CPU", | ||
"visualizeFlag" : "robot" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"usecase_mode" : 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.