Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -3,7 +3,9 @@
|
|
3 |
"architectures": [
|
4 |
"GromaModel"
|
5 |
],
|
|
|
6 |
"box_score_thres": 0.15,
|
|
|
7 |
"llm_cfg": {
|
8 |
"_name_or_path": "vicuna-7b-v1.5",
|
9 |
"architectures": [
|
|
|
3 |
"architectures": [
|
4 |
"GromaModel"
|
5 |
],
|
6 |
+
"nms_thres": 0.6,
|
7 |
"box_score_thres": 0.15,
|
8 |
+
"max_region_num": 100,
|
9 |
"llm_cfg": {
|
10 |
"_name_or_path": "vicuna-7b-v1.5",
|
11 |
"architectures": [
|