-
Notifications
You must be signed in to change notification settings - Fork 64
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
About training on COCO #8
Comments
I had same problem. Did you solve the problem and how? Thanks~ |
can you describe in a more detailed way? what did you change from original code? |
Did you train model on COCO and tried to test on other dataset? |
@bhyzhao @mks0601 I only changed |
which version of TF are you using? according to my experience and doc (https://www.tensorflow.org/api_docs/python/tf/scatter_nd), in case of GPU, out of box indices are ignored. |
I have tested on |
I also used 1.12 when implementing PoseFix. That is weird.. Can you tell me how did you clip the coordinates? |
I am not sure if it is correct, I think those out-of-bounds points are invalid, so it would not affect loss, right?
` |
Yes they would not effect loss because there is also |
Hi, Thanks for your work. I tried to train on coco dataset and only changed dataset in default config, but I encountered the error as follow:
Thanks for your time.
The text was updated successfully, but these errors were encountered: