Track-Anything
Track-Anything copied to clipboard
License clarification: MIT or GPL?
Hi,
I was wondering about the license of the Track-Anything code as it appears to include a number of files copied from a GPL 3-licensed repository (XMem).
For example: https://github.com/gaomingqi/Track-Anything/blob/master/tracker/model/network.py is identical to: https://github.com/hkchengrex/XMem/blob/main/model/network.py
As the GPL-licensed code is directly used (imported from tracker/base_tracker.py), it appears that the GPL licensing restrictions might apply to the whole Track-Anything code base (i.e. should it list GPL 3 as its license instead)?
Would someone be able to shed some light on this?
Thanks!