0xgr3y commited on
Commit
1db4fff
·
verified ·
1 Parent(s): 9a41f78

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -11,7 +11,7 @@
11
  "mean": [123.675, 116.28, 103.53],
12
  "std": [58.395, 57.12, 57.375],
13
  "scale": 1.0,
14
- "description": "Gunakan tf.keras.applications.densenet.preprocess_input untuk preprocessing otomatis. Untuk TF-Lite manual: RGB->BGR, subtract ImageNet mean. Catatan: preprocessor_config.json menyimpan 'BGR' untuk referensi DenseNet ImageNet, tapi densenet.preprocess_input() bekerja pada RGB input dan menangani konversi internal."
15
  },
16
  "input_name": "input_1",
17
  "output_name": "output_1",
 
11
  "mean": [123.675, 116.28, 103.53],
12
  "std": [58.395, 57.12, 57.375],
13
  "scale": 1.0,
14
+ "description": "Use tf.keras.applications.densenet.preprocess_input for automatic preprocessing. For manual TF-Lite: RGB->BGR, subtract ImageNet mean. Note: preprocessor_config.json reserves 'BGR' for DenseNet ImageNet references, but densenet.preprocess_input() works on RGB input and handles the internal conversion."
15
  },
16
  "input_name": "input_1",
17
  "output_name": "output_1",