Closed zbb1111 closed 6 months ago
a clean origami {}.
, which can be found at here.clip_text.py
.Thank you very much and wish you all the best!
Excuse me for disturbing, could you please tell me which part of the code implements the Confidence-guided Loss (CGL)?
Excuse me for disturbing, could you please tell me which part of the code implements the Confidence-guided Loss (CGL)?
Thanks for your interest in our work!
We do not explicitly adopt confidence-guided loss. Instead, we set the segmentation mask to 255 if the max confidence of this pixel is less than 0.95 for convenience. The label 255 will be ignored by nn.CrossEntropyLoss in deeplab-pytorch. This process is implemented in eval_cam_with_crf.py.
Closed for inactivity.
Sorry to bother you again, could you please tell me about the innovative points you proposed in which files and which part of the code? Like: