Skip to content

Commit f1837d1

Browse files
authored
Update README.md
1 parent e3aeea4 commit f1837d1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The ColorTransferLib is a library focused on color transfer, featuring a range o
77

88
![ColorTransferLab_DataTypes_stretched](https://github.com/ImmersiveMediaLaboratory/ColorTransferLib/assets/15614886/adbcc0fc-46b6-4c97-82ec-8a5a27e203f0)
99

10-
1110
## API
1211
For seamless integration, adhere to the API specifications of the new color transfer algorithm, depicted in the Figure below.
1312

@@ -23,18 +22,20 @@ The output should resemble a dictionary format, as outlined in Listing 3. A stat
2322

2423
## Installation
2524
### Requirements
26-
Download the Models-Folder from [here](https://potechius.com/Downloads/Models.zip) and place it in the project's root directory.
27-
```
25+
(1) Download the Models-Folder from [here](https://potechius.com/Downloads/Models.zip) and place it in the project's root directory.
2826

27+
(2) Install the following packages:
28+
```
29+
sudo apt-get install liboctave-dev
2930
```
3031

31-
Run the following commands once:
32+
(3) Install the following octave package:
3233
```
33-
sudo apt-get install liboctave-dev
3434
pkg install -forge image
3535
pkg install -forge statistics
3636
```
37-
- To enable VSI
37+
38+
(4) Run the `gbvs_install.m` to make the evaluation metric VSI runnable:
3839
```
3940
user@pc:~/<Project Path>/ColorTransferLib/Evaluation/VIS/gbvs$ ocatve
4041
octave:1> gbvs_install.m

0 commit comments

Comments
 (0)