Skip to content
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

Enable balanced sampler for class incremental learning #1139

Merged
merged 14 commits into from
Jun 22, 2022
Merged
Prev Previous commit
Next Next commit
Remove log
  • Loading branch information
Lee, Soobee committed Jun 16, 2022
commit 1e8e6534efa8744a31c8a45277a513286064245b
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@ def get_cls_img_indices(labels, dataset):
item_labels = item.annotation_scene.get_labels()
for i_l in item_labels:
img_indices[i_l.name].append(i)
logger.info(img_indices)

return img_indices