Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
costantinoai authored Apr 22, 2024
1 parent 5756055 commit cce069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains three Python scripts to apply occlusion to a set of ima

Use this package by cloning it (see below) or installing it. To install this package using pip, first ensure that you have Git installed on your system. Then, create a new virtual environment and activate it. Finally, run the following command:

```pip install git+https://github.com/TimManiquet/[email protected]```
```pip install git+https://github.com/HOPLAB-LBP/[email protected]```

## Input images
To ensure that the occluded proportion is calculated correctly, make sure the input images contain an transparent mask (alpha channel) where the object is delineated from the background. These images should be 4-channel, grayscale images. Example of such images can be found in the `input images` folder.
Expand Down

0 comments on commit cce069f

Please sign in to comment.