roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.89k stars 759 forks source link

Please add a license to this repo #103

Closed mbrukman closed 1 year ago

mbrukman commented 1 year ago

Search before asking

Notebook name

This issue affects the entire repo, not any single notebook.

Bug

Looks like the CONTRIBUTING file references a LICENSE.md file in another repo:

https://github.com/roboflow/notebooks/blob/acfb02a32d157581cb1163d355f4ff59d3849832/CONTRIBUTING.md#L19-L21

but it would be helpful if this repo were self-contained and included its own license file, which would also let GitHub add a license badge to the repo to clearly specify the license.

Environment

N/A

Minimal Reproducible Example

N/A

Additional

No response

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

👋 Hello @mbrukman, thank you for leaving an issue on Roboflow Notebooks.

🐞 Bug reports

If you are filing a bug report, please be as detailed as possible. This will help us more easily diagnose and resolve the problem you are facing. To learn more about contributing, check out our Contributing Guidelines.

If you require support with custom code that is not part of Roboflow Notebooks, please reach out on the Roboflow Forum or on the GitHub Discussions page associated with this repository.

💬 Get in touch

Do you have more questions about Roboflow that we haven't responded to yet? Feel free to ask them on the Roboflow Discuss forum. Our developer advocates and community team actively respond to questions there.

To ask questions about Notebooks, head over to the GitHub Discussions section of this repository.

yeldarby commented 1 year ago

While we’d like to add a license, it’s difficult to do so because there’s an argument to be made that some of these notebooks could be considered derivative works of the repos they demonstrate how to use (and thus should have inherit their licenses from those) and each of those have their own different licenses.