AnasIbrahim/image_agnostic_segmentation

Username and Password Required

Closed this issue · 4 comments

Hello,

I am trying to use the image_agnostic_segmentation tool for a project I'm working on and I have so far successfully build the catkin workspace although I had to change the #!/usr/bin/env python to #!/usr/bin/env python3 in both the segmentation_test and the bring_up_node python files. When executing the roslaunch command I got this error message:

Error1

From it I understood it was because I hadn't done the git clone https://github.com/FLW-TUDO/image_agnostic_segmentation.git and I hadn't done it because whenever I did it requested a username and a password like so:

Error2

Of course I had to try and put my own but obviously it didn't work. I don't know if there is anything I am doing wrong or in fact I don't have permission to clone the repository. If it's the former I kindly request help to resolve it. If its the latter I would like to ask for permission to utilize the repository since I find this work best suits the needs for my project.

Thank You very much for any answer.

The first error you had is because you didn't download the model (FAT_trained_Ml2R_bin_fine_tuned.pth) or downloaded it in the wrong folder.

This repo is actually public so anyone has the permission to clone it.

I realized that the model installation instructions for ROS were missing so I added them.

Also to clone please use:

git clone https://github.com/AnasIbrahim/image_agnostic_segmentation.git

Now everything looks fine. You can try the installation again.

Very nice, Thank You for your answer! I'll try the installation again and if all goes well I'll close this issue.