autonomousvision / giraffe

This repository contains the code for the CVPR 2021 paper "GIRAFFE: Representing Scenes as Compositional Generative Neural Feature Fields"
https://m-niemeyer.github.io/project-pages/giraffe/index.html
MIT License
1.23k stars 160 forks source link

OSS License compatibility question #54

Open Ashley123456789 opened 1 year ago

Ashley123456789 commented 1 year ago

There’s possible confusion on the license of your repository when you combine other open-source code.

The module scripts/precalc_fid.py claims its license as Apache-2.0. However, the license of your whole project is shown as the MIT license in LICENSE, i.e., less strict than Apache-2.0 on license terms, which may impact the whole license compatibility in your repository, thus confusing subsequent users and bringing possible legal and financial risks.

If possible, you can fix them in one of the following ways: