Realtime-Fall-Detection-for-RNN icon indicating copy to clipboard operation
Realtime-Fall-Detection-for-RNN copied to clipboard

Real-time ADLs and Fall Detection implement TensorFlow

Results 5 Realtime-Fall-Detection-for-RNN issues
Sort by recently updated
recently updated
newest added

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,但是目前不确定是不是版本的问题还是别的问题,希望大佬指导下

```python x = np.array(self._all_data.iloc[:, 0:3].values) y = np.array(self._all_data.iloc[:, 6].values) ```

感谢作者的分享。 我下载了数据集,放在./dataset/train/路径下, 运行python utils.py,在终端打印处理信息,会显示在处理.csv文件, 可是什么处理结果都没有。 想请问下:正常情况下,输出的结果是什么?

I've been looking for this dataset for a long time, the download link on the official website failed, finally I found it here !!!!!!! Thank you!

could you please share the environment in detail. 可以上传一下详细的环境配置吗