You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Hi,
In "pyscripts/inference/prototype.py" (line 202), the ground truth "semantic label" is required to predict "prototype_labels". How can I get the prototype_labels if I only have partial (e.g. 10 pixels) ground truth "semantic label"?
The text was updated successfully, but these errors were encountered:
The script assumes that you have per-pixel semantic segmentation labels. For inference under weakly-supervised settings, there are two steps: 1) using the learned features to propagate softmax classifier predictions (this line), 2) re-train (only) the softmax classifier (this line) for predict the semantic segmentation results (this line).
Hi,
In "pyscripts/inference/prototype.py" (line 202), the ground truth "semantic label" is required to predict "prototype_labels". How can I get the prototype_labels if I only have partial (e.g. 10 pixels) ground truth "semantic label"?
The text was updated successfully, but these errors were encountered: