Fix bug in openpose whole body

This commit is contained in:
Brandon Rising 2024-03-21 15:25:26 -04:00
parent 07c9c0b0ab
commit 2ff1ffcb58

View File

@ -24,7 +24,7 @@ DWPOSE_MODELS = {
},
}
config = get_config
config = get_config()
class Wholebody: