-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ros1_node for landmark_expression_recognition updated #307
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the updates to the node!
I have added some minor comments that need to be addressed before merging.
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
As a general comment, i tried to run the node even though i don't have the pretrained models. Running the node threw an error:
I resolved by adding the script here, running This might have revealed a bigger issue with the ROS1 package and its usage, as only some of the nodes are listed in I ran into this issue today while trying to test this node, up until yesterday all nodes ran successfully by following the instructions in the readme. Nodes that ran locally yesterday (and are included in @stefaniapedrazzi, @passalis what do you think about this? Should i open an issue documenting what i found, so we can independently test it? Could it be a local issue on my machine? |
A colleague independently did a fresh install of ros and ran the nodes as documentation suggests and they ran ok. The issue seems to be on my machine, so i will do a fresh install and investigate further. Right now i can only say that the issue appeared when i checked out Negar's branch and tried to test the node, seemingly through no fault of the changes in this branch. |
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
Please also check this branch if this is ready to be merged. Thanks. |
Hey thanks @negarhdr, i will add a new review. Until i do, could you please take a look at the pep8 errors that fail the test? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @negarhdr! Node looks good, apart from a couple of minor things.
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
projects/opendr_ws/src/perception/scripts/landmark_based_facial_expression_recognition.py
Outdated
Show resolved
Hide resolved
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
…l_expression_recognition.py Co-authored-by: Kostas Tsampazis <27914645+tsampazk@users.noreply.github.com>
Thanks! The comments are addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This branch fixes the issues of ROS1 node for landmark_based_facial_expression_recognition tool.