We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e78f43 commit f040720Copy full SHA for f040720
gui/config.json
@@ -1,4 +1,10 @@
1
{
2
+ "img_size": 260,
3
+ "index_capacity": 1000000,
4
+ "model_path": "models/imagenet-b2-opti.onnx",
5
+ "index_path": "index/index.bin",
6
+ "exists_index_path": "index/name_index.json",
7
+ "metainfo_path": "index/metainfo.json",
8
"ui": "gui/simple.ui",
9
"search_dir": []
10
}
0 commit comments