Hey, just as @adamdbrw I tried to run the code "as is" and it does not work. Using his changes makes it usable again, but some documented functions are missing.
This should allow users to add the input path as an argument by using
$ python main_ExpShapePoseNet.py <input-list-path>
(as the readme says)
It's a pretty hacky solution, but as this project doesn't look maintained anymore it should do the trick in allowing people to test your work easily.
Hey, just as @adamdbrw I tried to run the code "as is" and it does not work. Using his changes makes it usable again, but some documented functions are missing.
This should allow users to add the input path as an argument by using
$ python main_ExpShapePoseNet.py <input-list-path>
(as the readme says)It's a pretty hacky solution, but as this project doesn't look maintained anymore it should do the trick in allowing people to test your work easily.
And by the way, thanks for you inspiring work :)