Skip to content

Commit

Permalink
camera-ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuyxin committed May 1, 2023
1 parent c1cabcb commit 4c955d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ DISC is an algorithm on image classification tasks which adaptively discovers an

### **How does DISC do it?**



- Build a concept bank with multiple categories. Examples from the concept bank:

<p align="center">
Expand Down Expand Up @@ -93,7 +91,7 @@ pip install tarfile zipfile gdown # Used for data download

```shell
cd disc
python download_all.py
python download_datasets.py
```
<details>
<summary>Manual download (If auto download fails)</summary>
Expand Down
2 changes: 1 addition & 1 deletion concept_bank/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
dst_path = os.path.join(concept_root, f)
shutil.move(src_path, dst_path)

os.remove(tmp_dir)
shutil.rmtree(tmp_dir)

File renamed without changes.

0 comments on commit 4c955d8

Please sign in to comment.