Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def evaluate_propagation(PredsEval: PredsmIoU, gts:torch.Tensor, preds: torch.Te


def evaluate_localizations(PredsEval, gts, preds, evaluation_protocol, logging_directory, many_to_one=False, precision_based=False): ## gets tensors with the [bs, fs, input_resolution, input_resolution] and does the evaluation
## visualization of the heatmaps is very ugly. It should be changed some how.
## visualization of the heatmaps is very ugly. It should be changed somehow.

bs, fs, h, w = preds.shape
scores = []
Expand Down