Xiyue-Wang/TransPath

patch classification

Opened this issue · 1 comments

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.

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)