Skip to content
Snippets Groups Projects
Commit d193b3a5 authored by Levecque Etienne's avatar Levecque Etienne
Browse files

fix: correct the README.md

parent 15e4bdb0
No related branches found
No related tags found
No related merge requests found
......@@ -215,9 +215,8 @@ Or directly in python as follows:
from antecedent.pipeline import create_pipeline
grayscale = True # depends on your image/block
target_is_dct = True # depends on your image/block
pipeline = create_pipeline(['naive', 'islow'], [75, 98], grayscale=grayscale, target_is_dct=target_is_dct)
pipeline = create_pipeline(['naive', 'islow'], [75, 98], grayscale=grayscale, target_is_dct=True)
```
## Blocks selection and filtering
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment