Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoxas committed Nov 1, 2024
1 parent 9920166 commit a7320de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ It is assumed that for:
- HCOCO phase evaluation task, data can be found in the directory specified as dataset_path in configs/hcoco_phase.yaml as a collection of JPEG files. Input to the model will be generated based on the ground truth.

## How to prepare environment?
Create enviroment with
```
conda create -n cvdm_env python=3.10
```

Install requirements using
```
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
numpy~=1.24.4
pillow~=10.2.0
scikit-image~=0.21.0
tensorflow[and-cuda]~=2.14
tensorflow[and-cuda]~=2.14.1
scikit-learn~=1.3.2
matplotlib~=3.7.5
neptune~=1.12.0
tqdm~=4.66.2
pyyaml~=6.0.2
keras~=2.14
tensorflow_addons~=0.23.0
keras~=2.14.0
tensorflow_addons~=0.22.0
opencv-python-headless~=4.10
cupy-cuda11x~=13.3

0 comments on commit a7320de

Please sign in to comment.