Giter Club home page Giter Club logo

Comments (10)

lukas-blecher avatar lukas-blecher commented on June 12, 2024

Hi,
thank you for your interest and the issue.
Sadly the project is far from being bug free. I think you are correct, a movie file is expected. This should be fairly easy to fix though.
I'll see what I can do tomorrow.

from automask.

lukas-blecher avatar lukas-blecher commented on June 12, 2024

Hey, I think I've got it working now.
Uninstall and reinstall the addon. Let me know if it works

from automask.

jin-eld avatar jin-eld commented on June 12, 2024

Hi!

Hey, I think I've got it working now.

Cool, that was fast :)

Uninstall and reinstall the addon. Let me know if it works

Unfortunately I ran into issues there and I am not sure how to continue; yesterday I reimported the clip as video instead of single images in order to work around this issue (#6), and then I got a bit further and failed on dependencies...

And I am not sure how to do it. I tried using blenders python and run ensurepip, then pip install all deps into the blender pyhton directory - but then blender just crashes (regardless of the add-on), I tried installing the deps on my system but then blender was not able to findn the deps, i.e. add-on excepted when loading module PIL, I tried removing blenders python dir so that blender would take python 3.7m from my system, but then blender just crashed.

Do you have any hints for me, how did you do it?

I am on Fedora 31 btw.

You don't happen to hang around on #blender IRC on freenode, do you? :)

Kind regards,
Jin

P.S. I was trying the releases from blender.org, because blender from Fedora repos lacks ffmpeg support.

from automask.

jin-eld avatar jin-eld commented on June 12, 2024

OK I fugured out a workaround - since AutoMask has a fix for frames now, I can test it with the blender version from the repo without ffmpeg. Unfortunately blender crashes when I attempt to track the next frame.

automask-test.crash.txt

from automask.

lukas-blecher avatar lukas-blecher commented on June 12, 2024

how does the paths variable look like in automask.py L7-10? do the paths point to the correct directories?

from automask.

jin-eld avatar jin-eld commented on June 12, 2024

Yes... I added two paths: one to my local pip installation and one to the git checkout of the plugin:

paths = [
    "/home/xxx/.local/lib/python3.7/site-packages",
    "/home/xxxAutoMask"
]

from automask.

lukas-blecher avatar lukas-blecher commented on June 12, 2024

I tried using blenders python and run ensurepip, then pip install all deps into the blender pyhton directory - but then blender just crashes (regardless of the add-on)

That's weird. I don't know what could cause that. I know it is possible to run it with the blender python but I never tried it myself.

I tried installing the deps on my system but then blender was not able to findn the deps, i.e. add-on excepted when loading module PIL

Sometimes blender needs a restart after reinstalling the addon. I assume you changed the python path (which does look perfectly fine) and then uninstalled and reinstalled the addon. But according to the crash log the correct python path is passed to blender.

I tried removing blenders python dir so that blender would take python 3.7m from my system, but then blender just crashed.

That's not a good idea. That python has some extra stuff. Is the crash log from this try? If so try again with the blender python. Maybe before the python path was not updated

from automask.

jin-eld avatar jin-eld commented on June 12, 2024

Could you hint me how you installed the dependencies for the plugin on your system? Did you pip install them into the blender python environment or how did you do it?

I don't think that your add-on is causing the crash directly in this case, its probably something dependency/python related, I guess I will compile blender myself so I can look at the full backtrace with debug symbols. But it would still help if you could provide the info how you dealt with the python deps so that I could try it your way first. Thank you!

from automask.

lukas-blecher avatar lukas-blecher commented on June 12, 2024

I've installed the dependencies on my standalone python 3.7 and used them for other projects before starting this project. All I had to do for blender to recognize the modules was giving it the path to the site packages.

Can you verify if the dependencies are installed correctly?

from automask.

lukas-blecher avatar lukas-blecher commented on June 12, 2024

I'm closing this issue because the addon can handle image sequences now. If you still have installation problems don't hesitate to open another issue

from automask.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.