kaist-dmlab / CrossMatch

Implementation of the paper "Context Consistency Regularization for Label Sparsity in Time Series" (ICML'23)
MIT License
20 stars 17 forks source link

Applying CrossMatch on Image datasets. #7

Closed rooknpown closed 11 months ago

rooknpown commented 11 months ago

Can CrossMatch be applied on image datasets?

YoojuShin commented 11 months ago

Yes, but there should be significant code change to deal with 2D context attachment. Now all the codes assume 1D context.