Standardized-max-logits icon indicating copy to clipboard operation
Standardized-max-logits copied to clipboard

Official PyTorch implementation of paper: Standardized Max Logits: A Simple yet Effective Approach for Identifying Unexpected Road Obstacles in Urban-Scene Segmentation (ICCV 2021 Oral Presentation)

Results 2 Standardized-max-logits issues
Sort by recently updated
recently updated
newest added

Hi, as the title described, I notice that the code contains two mean/var statistics files in the stats directory. I am wondering what is the difference.

Hello thanks for the interesting work! I am trying to run your code, calcuate_stat.py using the command you provided, but the code stops to work torch.distributed.init_process_group. What might be the...