Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zihangJiang committed Apr 23, 2021
1 parent 77ce1e6 commit 6e5105a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@ data prepare: ImageNet with the following folder structure, you can extract imag
│ ├── ......
```

#### 3. Validation
#### Validation
Replace DATA_DIR with your imagenet validation set path and MODEL_DIR with the checkpoint path
```
CUDA_VISIBLE_DEVICES=0 bash eval.sh /path/to/imagenet/val /path/to/checkpoint
```

#### 4. Label data
#### Label data

We provide NFNet-F6 generated dense label map [here](https://drive.google.com/file/d/1Cat8HQPSRVJFPnBLlfzVE0Exe65a_4zh/view?usp=sharing). As NFNet-F6 are based on pure ImageNet data, no extra training data is involved.


#### 4. Training
#### Training

Coming soon

#### 5. Reference
#### Reference
If you use this repo or find it useful, please consider citing:
```
@misc{jiang2021token,
Expand Down

0 comments on commit 6e5105a

Please sign in to comment.