Skip to content

Commit 678ea24

Browse files
authored
Update README.md
1 parent bc5b7e0 commit 678ea24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this updated version, we re-evaluated NAC-UE on OpenOOD v1.5 without modifyin
1010
## Usage
1111
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).
1212

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:
1414
```
1515
conda env create -f environment.yml;
1616
pip install libmr==0.1.9
@@ -19,7 +19,7 @@ pip install libmr==0.1.9
1919

2020
### 1. OOD benchmark Preparation
2121

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:
2323
```
2424
bash scripts/download/download.sh
2525
```
@@ -34,7 +34,7 @@ We employ ResNet-18 pretrained by OpenOOD v1.5. For ResNet-50 and Vit-b-16, we u
3434
- 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.
3535
- 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.
3636

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).
3838

3939

4040

@@ -47,7 +47,7 @@ bash scripts/split_train.sh 1000
4747
```
4848

4949
#### 3.2 Evaluation on CIFAR-10 / CIFAR-100 / ImageNet-1k
50-
We provide all scripts to reproduce our results in [here](https://github.com/BierOne/ood_coverage/tree/main/scripts/ood/nac).
50+
We provide all scripts to reproduce our results in [here](https://github.com/BierOne/ood_coverage/tree/master/scripts/ood/nac).
5151

5252
- To reproduce our NAC-UE results on CIFAR-10 & CIFAR-100, please run the following:
5353
```

0 commit comments

Comments
 (0)