juliachang
Results
2
issues of
juliachang
Hi @jiwoon-ahn, I am trying to output the classification probability of 20 classes of VGG-based model. Can I take the probabilities from infer_cls.py? (e.g., https://github.com/jiwoon-ahn/psa/blob/b091fe85c05e6dd537b1e682a66ccd266c1f18e8/network/vgg16_cls.py#L28) Since in infer_cls.py, you only...
Hi @jiwoon-ahn, I read your paper and you mentioned you applied CRF on CAMs and then use the CAMs to train the AffinityNet. My question is, did you also apply...