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

.cache #23

Closed
yarinlevy1018 opened this issue Jul 19, 2023 · 1 comment
Closed

.cache #23

yarinlevy1018 opened this issue Jul 19, 2023 · 1 comment

Comments

@yarinlevy1018
Copy link

hi, I'm new in python, and when I try to run your code I get this error:
Traceback (most recent call last):
File "C:\Users\tamir\4D-Humans\track.py", line 9, in
from phalp.configs.base import FullConfig
File "C:\Users\tamir\anaconda3\envs\4D-humans\lib\site-packages\phalp\configs\base.py", line 8, in
CACHE_DIR = os.path.join(os.environ.get("HOME"), ".cache") # None if the variable does not exist
File "C:\Users\tamir\anaconda3\envs\4D-humans\lib\ntpath.py", line 104, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType

this error appears when I run tracking on video and also when I run the demo code I get similar error.
the environment building was well.
how to fix this?

@geopavlakos
Copy link
Collaborator

It looks like you have a windows environment. You might want to check a previous issue #12, where a windows user shares some advice on what needs to change to run 4D Humans smoothly on windows.

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

2 participants