Skip to content

Commit

Permalink
Remove pycache, move requirements, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKoornstra committed Sep 22, 2023
1 parent 0cb14df commit ca7c823
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ python3 -m pip install .

```bash
git clone https://github.com/rvankoert/loghi-htr.git
cd loghi-htr/src/
cd loghi-htr
python3 -m pip install -r requirements.txt
```

Expand Down Expand Up @@ -117,8 +117,8 @@ python3 main.py
```bash
CUDA_VISIBLE_DEVICES=0
python3 main.py
--existing_model path/to/existing/model
--charlist path/to/existing/model/charlist.txt
--existing_model /path/to/existing/model
--charlist /path/to/existing/model/charlist.txt
--do_inference
--inference_list "inference_lines_1.txt"
--height 64
Expand Down
File renamed without changes.
Binary file removed src/__pycache__/DataLoader.cpython-38.pyc
Binary file not shown.
Binary file removed src/__pycache__/Model.cpython-38.pyc
Binary file not shown.
Binary file removed src/__pycache__/SamplePreprocessor.cpython-38.pyc
Binary file not shown.

0 comments on commit ca7c823

Please sign in to comment.