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

Error in training keypoints #36

Closed
Rit-ctrl opened this issue Jun 1, 2021 · 4 comments
Closed

Error in training keypoints #36

Rit-ctrl opened this issue Jun 1, 2021 · 4 comments

Comments

@Rit-ctrl
Copy link

Rit-ctrl commented Jun 1, 2021

I faced tuple index out of range error while training the keypoints model line 111.

image

Here is the complete trace

https://gist.github.com/Rit-ctrl/13b448b1ac115297d1abf43db9f18eed

I get this error irrespective of the dataset I use for training

@DonsetPG
Copy link
Owner

DonsetPG commented Jun 5, 2021

Hey, can it be linked with issues#35 ?

Could you try the solutions given by @alen1010 and see if this solve the issue? Otherwise I'll try to investigate.

@Rit-ctrl
Copy link
Author

Rit-ctrl commented Jun 5, 2021

Hey, can it be linked with issues#35 ?

Yeah sure.

Could you try the solutions given by @alen1010 and see if this solve the issue? Otherwise I'll try to investigate.

Yeah I tried them. Still the same error arises

@DonsetPG
Copy link
Owner

DonsetPG commented Jun 5, 2021

I can't reproduce your error on my side.
However, using solutions proposed in issues#35 and modifying class Dataloder(keras.utils.Sequence): to tf.keras.utils.Sequence let's me train the model.

@Rit-ctrl
Copy link
Author

Rit-ctrl commented Jun 5, 2021

Would it be possible for you to share the Colab file which you used for testing now?

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

2 participants