-
Notifications
You must be signed in to change notification settings - Fork 47
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
The size of tensor a (512) must match the size of tensor b (12) at non-singleton dimension 1 #12
Comments
Could you succeed to run the code if you only use 1 category in train_annots.csv and train_labels.csv? |
Yes,but 12 categories can't |
I am sorry that this version of CTracker may not support the multi-category tracking. Maybe you need to modify the code if you want to use CTracker to solve it. |
Can you give me some tips on how to modify it? I'm so confused ..XoX |
For the detection part, you can refer to the source code of retinanet: |
My labels.csv has 12 categories of num_classes. When it was raining, an error “The size of tensor a (512) must match the size of tensor b (12) at non-singleton dimension 1” occured.
The text was updated successfully, but these errors were encountered: