zllrunning / video-object-removal

Just draw a bounding box and you can remove the object you want to remove.
MIT License
2.66k stars 474 forks source link

./make.sh: Permission denied #2

Open Adhders opened 5 years ago

Adhders commented 5 years ago

now, my pytorh is 0.4.0, but there are some error when I bash install.sh.

install.sh: line 3: ./make.sh: Permission denied install.sh: line 5: ./make.sh: Permission denied install.sh: line 7: ./make.sh: Permission denied install.sh: line 9: ./make.sh: Permission denied

zllrunning commented 5 years ago

Sorry, I didn't encounter this problem. It seems that there was a permission issue when installing the flownet module.

panxuning commented 5 years ago

I also have this problem. My solution is open install.sh. Bash according make.sh mauallly.

zllrunning commented 5 years ago

Thank you for your feedback. @panxuning

zllrunning commented 5 years ago

chmod +x path/to/install.sh may help you. Have a try. @Adhders