patch classification
Opened this issue · 1 comments
Rukhmini commented
Hello,
How does your pipeline work for patch classification? After extracting the features from the patches, for classification what code needs to be executed? TIA.
Xiyue-Wang commented
Hi,
It's very easy. It's a common sense in CV. I've written the loading process in ctrans_lincls.py. For the linear classification training process, you can refer to Moco v2/v3(https://github.com/facebookresearch/moco-v3,https://github.com/facebookresearch/moco)