Quantization Parmetars Creator is a non-destructive tool that create binary parameter to reduce sync parameters.
Binary Parameters refers to a parameter system that VRCFaceTracking uses to send tracking data through a collection of Bool parameters that represent a float parameter. https://docs.vrcft.io/docs/tutorial-avatars/tutorial-avatars-extras/parameters/types/binary

Users can set the resolution for each parameter. Higher resolution requires more sync parameters. The number of required sync parameters can be viewed in the Parameters: {num} bits section.
用戶可以為每一種參數設定精度,越高的精度需要消耗更多的同步參數,在 Parameters: {num} bits 中可以看到同步參數的需求。
Some parameters have Combined Remote and Combined Local options, indicating that these parameters can be merged for simplification.
For example, EyeLidLeft and EyeLidRight can be combined into EyeLid, with its value being the average of EyeLidLeft and EyeLidRight.
部分參數有 Combined Remote 和 Combined Local 的選項,代表這些參數可被合併精簡,如 EyeLidLeft 和 EyeLidRight 可合併為 EyeLid ,其值為 EyeLidLeft 和 EyeLidRight 的平均。
Scale Factor can be used to adjust parameter values according to user needs. For example, if a user feels that the eyes don't open wide enough, they can increase the Scale Factor for EyeLidLeft and EyeLidRight.