Skip to content
Snippets Groups Projects
Commit d40132d2 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[config] fixed the protocol in casiasurf.py

parent 1c26599b
No related branches found
No related tags found
1 merge request!77CASIA-SURF database
......@@ -13,7 +13,7 @@ original_directory = "[YOUR_CASIASURF_DB_DIRECTORY]"
original_extension = ".jpg" # extension is not used to load the data in the HLDI of this database
database = CasiaSurfPadDatabase(
protocol='classification',
protocol='color',
original_directory=original_directory,
original_extension=original_extension,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment