vietjtnguyen / gimp-image-labeling-toolbox

GIMP toolbox plugin for image labeling (for computer vision purposes).
24 stars 4 forks source link

Permission denied #1

Open TimDNN opened 5 years ago

TimDNN commented 5 years ago

Hey, its a good idea to use Gimp as a labeling tool, but unfortunately i can't get it running.

I installed everything u required, python 2.7, Gimp 2.8, and the pip packages on a 64 bit ubuntu 16.04. When I start gimp from the console I get this error. Can u help me with that?

(gimp:22784): GEGL-gegl-operation.c-WARNING **: Cannot change name of operation class 0x332C9A0 from "gimp:point-layer-mode" to "gimp:anti-erase-mode" GIMP-Error: Unable to run plug-in "gimp-image-labeling-toolbox" (/home/deriedti/.gimp-2.8/plug-ins/gimp-image-labeling-toolbox)

Failed to execute child process "/home/deriedti/.gimp-2.8/plug-ins/gimp-image-labeling-toolbox" (Permission denied)

vietjtnguyen commented 5 years ago

Did you give executable permissions to the Python script label-toolbox.py? it's mentioned in the Installation section of the README.

ptoews commented 4 years ago

That was not the problem for me. Gimp thinks the directory cloned from git is a plugin itself and tries to execute it apparently. Simply move the directory somewhere outside and create the symbolic links appropriately.