| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- {
- "mode": "paddle",
- "draw_threshold": 0.5,
- "metric": "COCO",
- "use_dynamic_shape": false,
- "Global": {
- "model_name": "RT-DETR-L_wired_table_cell_det"
- },
- "arch": "DETR",
- "min_subgraph_size": 3,
- "Preprocess": [
- {
- "interp": 2,
- "keep_ratio": false,
- "target_size": [
- 640,
- 640
- ],
- "type": "Resize"
- },
- {
- "mean": [
- 0.0,
- 0.0,
- 0.0
- ],
- "norm_type": "none",
- "std": [
- 1.0,
- 1.0,
- 1.0
- ],
- "type": "NormalizeImage"
- },
- {
- "type": "Permute"
- }
- ],
- "label_list": [
- "cell"
- ],
- "Hpi": {
- "backend_configs": {
- "paddle_infer": {
- "trt_dynamic_shapes": {
- "im_shape": [
- [
- 1,
- 2
- ],
- [
- 1,
- 2
- ],
- [
- 8,
- 2
- ]
- ],
- "image": [
- [
- 1,
- 3,
- 640,
- 640
- ],
- [
- 1,
- 3,
- 640,
- 640
- ],
- [
- 8,
- 3,
- 640,
- 640
- ]
- ],
- "scale_factor": [
- [
- 1,
- 2
- ],
- [
- 1,
- 2
- ],
- [
- 8,
- 2
- ]
- ]
- },
- "trt_dynamic_shape_input_data": {
- "im_shape": [
- [
- 640,
- 640
- ],
- [
- 640,
- 640
- ],
- [
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640,
- 640
- ]
- ],
- "scale_factor": [
- [
- 2,
- 2
- ],
- [
- 1,
- 1
- ],
- [
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67,
- 0.67
- ]
- ]
- }
- },
- "tensorrt": {
- "dynamic_shapes": {
- "im_shape": [
- [
- 1,
- 2
- ],
- [
- 1,
- 2
- ],
- [
- 8,
- 2
- ]
- ],
- "image": [
- [
- 1,
- 3,
- 640,
- 640
- ],
- [
- 1,
- 3,
- 640,
- 640
- ],
- [
- 8,
- 3,
- 640,
- 640
- ]
- ],
- "scale_factor": [
- [
- 1,
- 2
- ],
- [
- 1,
- 2
- ],
- [
- 8,
- 2
- ]
- ]
- }
- }
- }
- }
- }
|