We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For densepose, there are multiple different default values specified for the model cache directory between the CLI and the python package
In cli.py, says env variable ZAMBA_CACHE_DIR. It doesn't look like you can actually set it with this env variable
cli.py
ZAMBA_CACHE_DIR
In models.config.validate_model_cache_dir it's MODEL_CACHE_DIR
models.config.validate_model_cache_dir
MODEL_CACHE_DIR
In models.densepose.densepose_manager.DensePoseManager it's .zamba_cache
models.densepose.densepose_manager.DensePoseManager
.zamba_cache
use the same default cache dir throughout the repo - ZAMBA_CACHE_DIR in env likely makes more sense than MODEL_CACHE_DIR
The text was updated successfully, but these errors were encountered:
Is the issue still open and Can I work on it as my first issue?
Sorry, something went wrong.
No branches or pull requests
For densepose, there are multiple different default values specified for the model cache directory between the CLI and the python package
In
cli.py
, says env variableZAMBA_CACHE_DIR
. It doesn't look like you can actually set it with this env variableIn
models.config.validate_model_cache_dir
it'sMODEL_CACHE_DIR
In
models.densepose.densepose_manager.DensePoseManager
it's.zamba_cache
use the same default cache dir throughout the repo -
ZAMBA_CACHE_DIR
in env likely makes more sense thanMODEL_CACHE_DIR
The text was updated successfully, but these errors were encountered: