UnsupervisedSelectiveLabeling icon indicating copy to clipboard operation
UnsupervisedSelectiveLabeling copied to clipboard

[ECCV 2022] Official Implementation for Unsupervised Selective Labeling for More Effective Semi-Supervised Learning

Results 6 UnsupervisedSelectiveLabeling issues
Sort by recently updated
recently updated
newest added

Can I use this USL to extract my own dataset?

Traceback (most recent call last): File "C:\Users\Administrator\Desktop\UnsupervisedSelectiveLabeling-main\selective_labeling\random-cifar.py", line 5, in from utils import cfg, logger, print_b ImportError: cannot import name 'cfg' from 'utils' (D:\Anaconda\envs\demo\lib\site-packages\utils\__init__.py)

Thanks for your work and code. There's a question about the coreset baseline. I wonder in your paper, how the coreset baseline is implemented. I search repositories about coreset, but...

Dear author, I wonder when the code for USL-T will be released ?

作者您好,这篇工作很有趣,但是想咨询一下,从方法的角度来看,如果数据集类别较多的话是不是很有可能有些类别是没有带标记样本的。

Thanks for your contribution,it is a great process,could please provide the dependencies lib version and the environment? such as torch 、torchvision、pykeops、ubuntu and clip branch version,I meet many problems because of...