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
Traceback (most recent call last):
File "online_test.py", line 197, in
test_data = get_online_data(
File "/home/server/egogesture/Real-time-GesRec/dataset.py", line 191, in get_online_data
online_data = EgoGestureOnline(
File "/home/server/egogesture/Real-time-GesRec/datasets/egogesture_online.py", line 208, in init
self.data, self.class_names = make_dataset(
File "/home/server/egogesture/Real-time-GesRec/datasets/egogesture_online.py", line 155, in make_dataset
counts = np.bincount(label_list[np.array(list(range(_ - int(sample_duration / 8), _)))])
IndexError: index 984 is out of bounds for axis 0 with size 984
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "online_test.py", line 197, in
test_data = get_online_data(
File "/home/server/egogesture/Real-time-GesRec/dataset.py", line 191, in get_online_data
online_data = EgoGestureOnline(
File "/home/server/egogesture/Real-time-GesRec/datasets/egogesture_online.py", line 208, in init
self.data, self.class_names = make_dataset(
File "/home/server/egogesture/Real-time-GesRec/datasets/egogesture_online.py", line 155, in make_dataset
counts = np.bincount(label_list[np.array(list(range(_ - int(sample_duration / 8), _)))])
IndexError: index 984 is out of bounds for axis 0 with size 984
The text was updated successfully, but these errors were encountered: