intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
447 stars 49 forks source link

where can i locate the cloned repository on linux mint #61

Closed Bobcatie closed 8 months ago

Bobcatie commented 9 months ago

I keep reaching a successful install to the point of

########## 1>> Reference Models present in weights folder. You can also download them from open model zoo. 2>> Please move the weights folder from the cloned repository: openvino-ai-plugins-gimp and place in: /home/u/openvino-ai-plugins-gimp/weights 3>> Please add this path to Preferences --> Plug-ins in GIMP : /home/u/gimpenv3/lib/python3.10/site-packages/gimpopenvino/plugins ##########

however i keep running into issues here after as i do not know where to locate the weights folder inside of the cloned repository.

gblong1 commented 8 months ago

Hi @Bobcatie - Did you clone the repository in your home directory (/home/u)? if so, you don't need to copy the weighs dir, as it is already in /home/u/openvino-ai-plugins-gimp.

Note that we are making a significant update in the next day, and it will make the download and install much more simple.

gblong1 commented 8 months ago

@Bobcatie - the new release/code has been published. can you please update to the latest release and let me know if you are still having issues? You should not have to copy any models/files anywhere, as it is all scripted now.

Bobcatie commented 8 months ago

@gblong1

I downloaded the repository to my home directory. I also downloaded all the required dependencies. The issue was that during the install I was being asked to move the weights folder from the cloned repository. but was unable to locate the weights folder. For whatever reason it appeared that the cloned repository was only temporary and thus not accessible following the error message

As for the update, I am unable to test it at the moment as im back in windows (may god forgive me), as im pushing to reach a project deadline. But once thats out of the way, I will try out the update.

Thankyou for your rteply

gblong1 commented 8 months ago

@Bobcatie - Understood. When you do try again, please completely remove your exitsing repo (or back it up somewhere if you want to keep any changes you might have made) and then re-clone.

Bobcatie commented 8 months ago

how did you install openvino in linux when testing as im getting the error "bash: /opt/intel/openvino/setupvars.sh: No such file or directory" when trying to install the plugins. Iv installed open vino twice and iv also searched my system of the file "setupvars.sh" but it does not seem to exist.

gblong1 commented 8 months ago

Hi @Bobcatie - please use the instructions outlined here for Linux installation. in my case, i put the release under /opt/intel/openvino, but choose the path that you decide based on the installation instructions.

gblong1 commented 8 months ago

Closing this issue. Will continue to track your progress in issue 69