You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried updating and am running as admin. I've also tried this same csv file in SimBA and get a similar indices error.
Traceback (most recent call last): File "C:\Users\grach\anaconda3\lib\tkinter\__init__.py", line 1892, in __call__ return self.func(*args) File "C:\WINDOWS\system32\DLC_ROI_tool\MousePositionTracker.py", line 129, in bodyparts_to_ROI My_ROI_df=pd.DataFrame(np.zeros(X_data.shape),columns=mylist) File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\frame.py", line 694, in __init__ mgr = ndarray_to_mgr( File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\internals\construction.py", line 351, in ndarray_to_mgr _check_values_indices_shape_match(values, index, columns) File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\internals\construction.py", line 422, in _check_values_indices_shape_match raise ValueError(f"Shape of passed values is {passed}, indices imply {implied}") ValueError: Shape of passed values is (9266, 2), indices imply (9266, 3)
The text was updated successfully, but these errors were encountered:
I've tried updating and am running as admin. I've also tried this same csv file in SimBA and get a similar indices error.
Traceback (most recent call last): File "C:\Users\grach\anaconda3\lib\tkinter\__init__.py", line 1892, in __call__ return self.func(*args) File "C:\WINDOWS\system32\DLC_ROI_tool\MousePositionTracker.py", line 129, in bodyparts_to_ROI My_ROI_df=pd.DataFrame(np.zeros(X_data.shape),columns=mylist) File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\frame.py", line 694, in __init__ mgr = ndarray_to_mgr( File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\internals\construction.py", line 351, in ndarray_to_mgr _check_values_indices_shape_match(values, index, columns) File "C:\Users\grach\anaconda3\lib\site-packages\pandas\core\internals\construction.py", line 422, in _check_values_indices_shape_match raise ValueError(f"Shape of passed values is {passed}, indices imply {implied}") ValueError: Shape of passed values is (9266, 2), indices imply (9266, 3)
The text was updated successfully, but these errors were encountered: