-
Notifications
You must be signed in to change notification settings - Fork 13
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
Training Problem #9
Comments
The error is KeyError of |
And which dataset did you use? VID, YoutubeBB, LaSOT, etc? |
Can you share your the annotation files (.json or .pickle) to me via email? |
I generate my Json or pickle files using the methods in PySOT framework. |
Oh, I see. The problem is we have a different format for recording the annotation dataset from PySOT framework. For example I recommend you to follow https://github.com/tongtybj/TrTr/blob/master/datasets/README.md , and the README.md in each dataset to generate the |
Thank you, I have a try. |
Can you share your .json and .pickle files of youtube-bb datasets for me via email ? |
Sorry for the late response. |
When I run main.py to excute training, Rasing this problem:
TypeError: can not load module pickle, currently can only support json and picke.
But I have generated train/val.Json and train/val.pickle files.
The text was updated successfully, but these errors were encountered: