-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
TypeError: Cannot do inplace boolean setting on mixed-types with a non np.nan value #9
Comments
hmm interesting ill look into this now. |
Can you please send me the DLC file that is causing this error so i can replicate and fix? |
Hi there, |
Hello! Exception in Tkinter callback During handling of the above exception, another exception occurred: Traceback (most recent call last): Please let me know if there has been an update to this issue! Either here or on my e-mail: [email protected]. Thank you for your time! |
I am also having this same error... If anyone has found a solution, I would really appreciate some advice at [email protected] :) |
I have same error... (before I need changele short, because this erro: C:\Users\anaca\anaconda3\envs\ROI_ENV\lib\site-packages\pandas\core\frame.py:7134: FutureWarning: Sorting because non-concatenation axis is not aligned. A future version To accept the future behavior, pass 'sort=False'. To retain the current behavior and silence the warning, pass 'sort=True'. after this erro is show... |
Make sure you're using the version of pandas specified in the readme |
Hi,
I'm usign this tool to predict ROI in zebrafish videos. I'm analysing about 66 videos. In some of them, I got this error when Load the DLC File. Do you have any idea what is going on? Am I doing something wrong?
##################
test1920
1920
top_left_X 0
im_width 1920
1920
top_left_X 0
im_width 1920
1920
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\User\anaconda3\envs\ROI_ENV\lib\tkinter_init_.py", line 1883, in call
return self.func(*args)
File "C:\Windows\System32\DLC_ROI_tool\MousePositionTracker.py", line 194, in bodyparts_to_ROI
My_ROI_df[truth_array]=ROI[1]['ROI']
File "C:\Users\User\anaconda3\envs\ROI_ENV\lib\site-packages\pandas\core\frame.py", line 3482, in setitem
self._setitem_frame(key, value)
File "C:\Users\User\anaconda3\envs\ROI_ENV\lib\site-packages\pandas\core\frame.py", line 3528, in _setitem_frame
self._check_inplace_setting(value)
File "C:\Users\User\anaconda3\envs\ROI_ENV\lib\site-packages\pandas\core\generic.py", line 5304, in _check_inplace_setting
raise TypeError(
TypeError: Cannot do inplace boolean setting on mixed-types with a non np.nan value
###################
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: