Skip to content

Commit f040720

Browse files
committed
move config parameter location
1 parent 7e78f43 commit f040720

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gui/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
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",
28
"ui": "gui/simple.ui",
39
"search_dir": []
410
}

0 commit comments

Comments
 (0)