Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion of program update tensorflow 2 changes #51

Open
Ry3yr opened this issue Jul 2, 2024 · 0 comments
Open

Suggestion of program update tensorflow 2 changes #51

Ry3yr opened this issue Jul 2, 2024 · 0 comments

Comments

@Ry3yr
Copy link

Ry3yr commented Jul 2, 2024

Tensorflow 2 introduced massive changes - which cause certain features in the current openmmd implementation to break

tf.app.flags (used in ../src/predict_3dpose.py) is now entirely deprecated.

Usage of

argparse is advised...

See also:
#43


Currently
tensorflow-1.6.0-cp36-cp36m-win_amd64.whl
and
opencv_python-3.4.10.37-cp36-cp36m-win_amd64.whl
(Might require virtual studio 2022 for installation)

were the key to making this run (Win11)

The two popular ways are:
A) Anaconda Prompt: https://www.youtube.com/watch?v=uZcR1iTPNPs
B) cmd virt env: https://www.youtube.com/watch?v=_JXd41qVfBY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant