Closed reallyigor closed 1 day ago
Please, take a look đ @sayakpaul @patrickvonplaten @asomoza
Hi, thanks for your contribution, you're deleting a lot of code which is fine, but you also removed all the credits, is your code original from you or you copied or based it someone else's code? Either way can you add the respective credits and the license to the directory? if its from you, you should also add your info or your original repo.
The only reason I didn't update the code before was because the controlnet (not the mm one) is also non-commercial, the only code that was true open source at the time was the one that you can use with the onnx model.
but you also removed all the credits, is your code original from you or you copied or based it someone else's code?
based on someone else's code + heavily rewritten, you're right that I should add the proper credentials
Either way can you add the respective credits and the license to the directory
Sure, I'll add it. By the way there was no license in the dwpose dir before
the only code that was true open source at the time was the one that you can use with the onnx model.
easy_dwpose uses the onnx model
@asomoza can you please clarify what do you mean by
if its from you, you should also add your info or your original repo.
where should I add it?
the ones you deleted were here.
You can put something similar in all the files that you modified, it's just to make sure to give credits to the original authors and also to ensure that this repo it's mostly a compilation from other sources and we don't hold or claim the rights to them.
Sure, my question was about the license
Either way can you add the respective credits and the license to the directory?
and the license to the directory?
Sure, my question was about the license
Either way can you add the respective credits and the license to the directory?
and the license to the directory?
you can just add the LICENSE file in the same directory, for example on how it's done in the lineart one
Got it, thanks!
Hey @asomoza
I was thinking about
Consider that also another alternative if you want to promote or preserve your repo can be that we just link to your implementation in the main README file so people know that for dwpose there's a better and simpler solution.
If you'd prefer to keep everything self-contained without relying on external repositories, I would appreciate it if you could mention my implementation in the README (if that works for you).
The only problem that bothers me a bit is that the current implementation of DWPose is also not standalone, as it needs
pip install -U openmim
...
mim install "mmpose>=1.1.0"
I opened an another PR:
Let me know if it works
The only problem that bothers me a bit is that the current implementation of DWPose is also not standalone, as it needs
pip install -U openmim ... mim install "mmpose>=1.1.0"
I opened an another PR: #115
Let me know if it works
I agree with you, so regarding this I commented in your new PR. This change works just fine.
See #115
Hey there â
Problem âšī¸: The current implementation of DWPose is hard to use:
None! of this reqs^ is actually needed!
include_face
,include_hands
.Solution đ§âđ : I made my own wrapper for DWPose with clean code and only needed dependencies. https://github.com/reallyigor/easy_dwpose
Tests đģ :
Successfully passed for DWPose!