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
File "Realtime-Fall-Detection-for-RNN-master\data_load.py", line 29, in get_batch
data_size = len(self._all_data.acc_x.values)
AttributeError: 'DataFrame' object has no attribute 'acc_x'
我查阅了很多资料,自己感觉应该是matplotlib的版本不对,我的matplotlib版本是2.2.4,但是目前不确定是不是版本的问题还是别的问题,希望大佬指导下
The text was updated successfully, but these errors were encountered:
File "Realtime-Fall-Detection-for-RNN-master\data_load.py", line 29, in get_batch
data_size = len(self._all_data.acc_x.values)
AttributeError: 'DataFrame' object has no attribute 'acc_x'
我查阅了很多资料,自己感觉应该是matplotlib的版本不对,我的matplotlib版本是2.2.4,但是目前不确定是不是版本的问题还是别的问题,希望大佬指导下
The text was updated successfully, but these errors were encountered: