Negar Heidari
Negar Heidari
Thank you for the comment. I found some other issues in the previous branch so I deleted it and made this new branch and the new PR. My branch is...
> Thank you! I have added a few comments directly on files. > > Furthermore, there are few additional points: > > * Please make sure that you use the...
Hi, Thanks for your interest in our tool. In order to train the models on a custom-skeleton dataset, you need first to employ lightweight openpose method to extract body poses...
All the comments for this PR are applied. Do you think it is ready to be merged?
> > ``` > > File "/opt/ros/noetic/lib/python3/dist-packages/vision_msgs/msg/_ObjectHypothesis.py", line 65, in serialize > > buff.write(_get_struct_qd().pack(_x.id, _x.score)) > > struct.error: required argument is not a float > > . > > File...
Two new branches (on top of develop) for skeleton-based_action_recognition and landmark-based_facial_expression_recognition are created which are called "har_ros1_fix", "fer_ros1_fix", respectively. In "har_ros1_fix", the script "skeleton_based_action_recognition" is updated and in "fer_ros1_fix", the...
Please also check this branch if this is ready to be merged. Thanks.
> Thanks @negarhdr! Node looks good, apart from a couple of minor things. Thanks! The comments are addressed.
> By taking a quick look at the contents of this PR, i noticed that it uses the old directory structure in the projects folder. In essence, the `facial_expression_recognition` folder...
> Thanks @negarhdr! I resolved the issues with the ROS node and ran it but i got the following error: > > ``` > Traceback (most recent call last): >...