Replies: 1 comment
-
The content before the change is as follows. def parse_args(): The revised content is as follows. def parse_args(): |
Beta Was this translation helpful? Give feedback.
-
The content before the change is as follows. def parse_args(): The revised content is as follows. def parse_args(): |
Beta Was this translation helpful? Give feedback.
-
When I run demo_skeleton.py, I got visualization like this:
KeyError: 'PoseLocalVisualizer is not in the visualizer registry. Please check whether the value of PoseLocalVisualizer is correct or it was registered as expected. More details can be found at https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#import-the-custom-module'.
My version is 1.x branch. version = '1.1.0' . I run demo_ Skeleton. py initially did not report an error, but when I changed the default settings - det config, det checkpoint, pose-config, pose-checkpoint. Run demo again_ Skeleton. py will report the error above.May I ask if there is any solution.
Beta Was this translation helpful? Give feedback.
All reactions