pyskl icon indicating copy to clipboard operation
pyskl copied to clipboard

Run time Error

Open harithahpillai opened this issue 1 year ago • 4 comments

When I execute python demo/demo_gesture.py I will got this error.Please help me to clear this

C:\Users\anaconda3\lib\site-packages\mmcv_init_.py:20: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. warnings.warn( Traceback (most recent call last): File "C:\Users\harit\Downloads\pyskl-main\pyskl-main\demo\demo_gesture.py", line 85, in with mp_hands.Hands(static_image_mode=True, model_complexity=1, min_detection_confidence=0.5, max_num_hands=1) as hands: TypeError: init() got an unexpected keyword argument 'model_complexity' [ WARN:0] global D:\a\opencv-python\opencv-python\opencv\modules\videoio\src\cap_msmf.cpp (438) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

harithahpillai avatar Mar 06 '23 06:03 harithahpillai