stevenlsw / hoi-forecast

[CVPR 2022] Joint hand motion and interaction hotspots prediction from egocentric videos
MIT License
51 stars 9 forks source link

Inquire about the license for copyright issue #7

Closed Cogito2012 closed 1 year ago

Cogito2012 commented 1 year ago

Hi Shaowei,

Many thanks for sharing this great work! I noticed there is no LICENSE under this repo. I would like to use some pieces of your code, primarily the basic Transformer components from networks/embedding.py, networks/layer.py, networks/net_utils.py, and networks/transformer.py.

To respect and protect your copyright, I'm wondering if these codes are developed by yourself or referred to some licensed open-source softwares (e.g., PyTorch, huggingface, etc). If developed by yourself, would you mind providing a license (MIT, BSD 3.0, or Apache 2.0)? If modified from other sources, could you tell where are they originally from?

Thank you!

stevenlsw commented 1 year ago

Hi,

The code is originally borrowed from attention is all you need and then developed by me. The original repo is under MIT license. Hope that helps.

Cogito2012 commented 1 year ago

@stevenlsw Thanks for pointing out the origin of the code. I checked the difference between your implementation and the link you provided, I found the modification is substantial. Since I'm primarily using your implementation, I cannot directly extend their MIT license to my code. In this case, could you please provide a license in this repo? Sorry for troubling you here :)

stevenlsw commented 1 year ago

License uploaded, close the issue.