CoolFace
Modelpublic

MarcSue/person_detection

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
1likes19downloads
quantize_config.json45 linesDownload Raw Back to root
1{2    "per_channel": false,3    "reduce_range": false,4    "per_model_config": {5        "model": {6            "op_types": [7                "Squeeze",8                "Cast",9                "Softmax",10                "NonMaxSuppression",11                "Reshape",12                "Mul",13                "Split",14                "Resize",15                "Gather",16                "Expand",17                "Concat",18                "Conv",19                "TopK",20                "Slice",21                "Range",22                "Div",23                "ConstantOfShape",24                "GatherND",25                "Transpose",26                "Greater",27                "Shape",28                "Sub",29                "Equal",30                "NonZero",31                "Add",32                "Constant",33                "MaxPool",34                "Where",35                "ReduceMax",36                "ScatterND",37                "Unsqueeze",38                "ArgMax",39                "Sigmoid",40                "AveragePool"41            ],42            "weight_type": "QUInt8"43        }44    }45}