ClaudiaAlvarezAparicio / petra

GNU Lesser General Public License v3.0
21 stars 3 forks source link

Data Set #3

Open Fricodelco opened 2 years ago

Fricodelco commented 2 years ago

Hello! Currently i am looking for solution for leg detection problem, but unfortunately i found out that the latest version of dataset not compatible with the training script. Could you share with me the latest version of training script or older version of your dataset please?

ClaudiaAlvarezAparicio commented 2 years ago

Hello!! In order to adapt PeTra to your environment/robot is recommended to train the model with data from your own robot. The last version of the data_labeling package (data_labeling_with_petra.launch) allows for creating your own dataset using bootstrapping (paper bootstrapping). That's the best option.

But also you can try to generate the data from one of the datasets available at Dataset robotics group . In this case, you need to use the data_labeling_one_person.launch file.

Fricodelco commented 2 years ago

Thank you! I decided to collect data from gazebo simulation, hope it will work.

Fricodelco commented 2 years ago

Screenshot from 2022-04-22 13-15-21 this is my simulation for data set creation

ClaudiaAlvarezAparicio commented 2 years ago

It looks good! Your laser can detect the actors in Gazebo? How did you do it? I tried it some time ago but the laser didn't detect the collisions of the actors...

Fricodelco commented 2 years ago

Yes, it can, i use the GPU laser plugin and it works very well.

Fricodelco commented 2 years ago

I will upload my model to repository and send link to you later.

ClaudiaAlvarezAparicio commented 2 years ago

That would be great! Thanks 😄

Fricodelco commented 2 years ago

https://github.com/AppliedRobotics/AR_HT_01 this repository contains gazebo model for this simulation, also it only usable with ros2 galactic, hope it will be useful for you

ClaudiaAlvarezAparicio commented 2 years ago

Thanks!!