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
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ In this updated version, we re-evaluated NAC-UE on OpenOOD v1.5 without modifyin
10
10
## Usage
11
11
Our experimental settings carefully align with OpenOOD v1.5. We provide details for utilized benchmarks and models below. For more information, please refer to [https://github.com/Jingkang50/OpenOOD](https://github.com/Jingkang50/OpenOOD).
12
12
13
-
We provide the required packages in [environment.yml](https://github.com/BierOne/ood_coverage/tree/main/environment.yml), you can simply run the following command to create the environment:
13
+
We provide the required packages in [environment.yml](https://github.com/BierOne/ood_coverage/tree/master/environment.yml), you can simply run the following command to create the environment:
14
14
```
15
15
conda env create -f environment.yml;
16
16
pip install libmr==0.1.9
@@ -19,7 +19,7 @@ pip install libmr==0.1.9
19
19
20
20
### 1. OOD benchmark Preparation
21
21
22
-
To download all required InD and OOD datasets, you can use the [downloading script](https://github.com/BierOne/ood_coverage/tree/main/scripts/download) provided by OpenOOD. Specifically, please run:
22
+
To download all required InD and OOD datasets, you can use the [downloading script](https://github.com/BierOne/ood_coverage/tree/master/scripts/download) provided by OpenOOD. Specifically, please run:
23
23
```
24
24
bash scripts/download/download.sh
25
25
```
@@ -34,7 +34,7 @@ We employ ResNet-18 pretrained by OpenOOD v1.5. For ResNet-50 and Vit-b-16, we u
34
34
- ImageNet-200 [[Google Drive]](https://drive.google.com/file/d/1ddVmwc8zmzSjdLUO84EuV4Gz1c7vhIAs/view?usp=drive_link): ResNet-18 classifiers trained with cross-entropy loss from 3 training runs.
35
35
- ImageNet-1K [[Google Drive]](https://drive.google.com/file/d/15PdDMNRfnJ7f2oxW6lI-Ge4QJJH3Z0Fy/view?usp=drive_link): ResNet-50 classifiers including 1) the one from torchvision, 2) the ones that are trained by us with specific methods such as MOS, CIDER, and 3) the official checkpoints of data augmentation methods such as AugMix, PixMix.
36
36
37
-
These checkpoints can be also be downloaded with the [downloading script](https://github.com/BierOne/ood_coverage/tree/main/scripts/download).
37
+
These checkpoints can be also be downloaded with the [downloading script](https://github.com/BierOne/ood_coverage/tree/master/scripts/download).
0 commit comments