Первый коммит: код классификатора наручных знаков (Naruto)

This commit is contained in:
2026-07-02 10:43:34 +03:00
commit 5aaad30795
63 changed files with 5781 additions and 0 deletions

10
in/config_files/input.gin Normal file
View File

@@ -0,0 +1,10 @@
InputValuesInfo.num_channels = 3
InputValuesInfo.height_train = 384
InputValuesInfo.width_train = 384
InputValuesInfo.height_test = 384
InputValuesInfo.width_test = 384
InputValuesInfo.is_imagenet_bb = True
InputValuesInfo.fill_crop = True
InputValuesInfo.mean_val = [0.5, 0.5, 0.5]
InputValuesInfo.std_val = [0.5, 0.5, 0.5]
InputValuesInfo.use_aug = True