feler404 / ocvl-addon

Framework to ease manage OpenCV algorithms based on Blender
https://www.ocvl.teredo.tech/
GNU General Public License v3.0
57 stars 11 forks source link

Cascade Classifier Node is missing from addon #28

Open enzyme69 opened 5 years ago

enzyme69 commented 5 years ago

I watched your video: https://www.youtube.com/watch?v=DIlc5mhjYZE&t=50s

But the Cascade Classifier node is nowhere to be found in the latest version of the addon.

feler404 commented 5 years ago

I remove this node from the addon, because of static data for this node were calculated in MB. Now I thinking about how to bypass this problem and don't put a static date to code of addon. Maybe on the first step, a put this node again without static data.