Skip to content

Commit

Permalink
Add linting back to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Jun 26, 2024
1 parent f51a69d commit 7b37114
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,32 @@ In this method, you need to save images from areas of interest and then train th
You can also use a few-shot learning method [FewShot.py](./FewShot.py) and optimize for the number of classes using our novel optimization method using [FindOptimumNumberOfClasses.py](FindOptimumNumberOfClasses.py).


<details>
<summary>

## Linting</summary>

First install linting dependencies:

```
pip install isort==5.10.1 flake8==4.0.1 black==22.3.0 "black[jupyter]"
```

Then run linting test by:

```
sh shell/lint.sh
```

Perform automatic linting by:

```
sh shell/format.sh
```

</details>


## Citation

If you found the source code or manuscript relevant in your research, please cite the following reference:
Expand Down

0 comments on commit 7b37114

Please sign in to comment.