Skip to content
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

bugs in egogesture_online.py line155,in make_dataset #106

Open
cgz6498 opened this issue Feb 14, 2023 · 0 comments
Open

bugs in egogesture_online.py line155,in make_dataset #106

cgz6498 opened this issue Feb 14, 2023 · 0 comments

Comments

@cgz6498
Copy link

cgz6498 commented Feb 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant