-
Notifications
You must be signed in to change notification settings - Fork 43
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
empty box in image #40
Comments
Hello! MI-AOD needs to add any bounding box to each image in the unlabeled set (the positioning is not required to be accurate). For details, please refer to Question 3 in the Custom Modifications part of FAQ and the corresponding Issue. The condition |
The answer to question 3 in the Custom Modifications part of FAQ is a bit uncomfortable.
and add these codes
|
The code you provided is a good alternative. |
Hello!
I try to run experiments on my custom dataset, but the following error has occurred in here
IndexError: index 0 is out of bounds for dimension 0 with size 0
In my dataset there are images without bbox annotation, which cause the above error.
i.e.,
y_loc_img[0] = tensor([], device='cuda:0', size=(0, 4))
for images without bbox annotation.What does the condition mean
y_loc_img[0][0][0] < 0
?The text was updated successfully, but these errors were encountered: