Dockerfile, library, and latest MMPose - #51
Open
SebastienLinker wants to merge 2 commits into
Open
Conversation
* remove stuffs due to license issue * relative paths * move all settings to configs and uses relative paths * add gitignore * uses newer mmdet and mmpose (tentative) * Dockerfile * fixed dockerfile and add Makefile * Removed submodule * add tools folder * rename lib * fixed installer * download original files in Dockerfile * remove remaining checckpoiint path not in config * fixed docker file * update missed file in past commit
Owner
|
Hi @SebastienLinker , I sincerely appreciate your contribution to our project and I think all those changes are highly valuable. We are going through some conflicts (as we already implemented the WHAM API in the current main branch), and it may take a while to reflect your commits. |
Author
|
No problem, I'll also keep working on merging latest things in that PR |
* remove stuffs due to license issue * relative paths * move all settings to configs and uses relative paths * add gitignore * uses newer mmdet and mmpose (tentative) * Dockerfile * fixed dockerfile and add Makefile * Removed submodule * add tools folder * rename lib * fixed installer * download original files in Dockerfile * remove remaining checckpoiint path not in config * fixed docker file * update missed file in past commit * create a tracking only option * create config file with python and env vars * uses env vars and WHAM_ROOT to easily update paths
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
remove stuffs due to license issue (can be discussed)
relative paths
move all settings to configs and uses relative paths
add gitignore
uses newer mmdet and mmpose
Dockerfile
Removed submodule
add tools folder and setup.py