cpvrlab / libmediapipe

C API for Google's MediaPipe framework
GNU General Public License v3.0
36 stars 9 forks source link

GPL v3 Dependency Problems #9

Open chakany opened 2 weeks ago

chakany commented 2 weeks ago

The project is licensed under GPL v3. This requires any software built on it to also be GPL v3 licensed which can cause some problems. Curious if this was intentional or not.

Thanks.

chnoblouch commented 2 days ago

It wasn't me who picked the license, but I guess the GPLv3 was chosen because this is the license we use for all our open source projects, and also because we didn't really expect people to actually use this thing. I'll see if we can change it to something less restrictive.

You might also want to take a look at MediaPipe's new C API if you just want to use the built-in tasks.