Closed Salamander321 closed 1 year ago
Has this issue been solved?
Dear @Salamander321, the code is correct depending on your usage. For classification task, setting label = 1 is fine, or you can write another code to convert every number > 0 to 1. For instance localization, setting label += 1 preserves the number of instances.
In get_binary_labels function in dataloader (pytorch) i found,
So when i try printing the labels of instrument i found this. Instead, of +=, shouldn't it be = like following ?