Add model from convert_rt_detr_v2_original_pytorch_checkpoint_to_pytorch.py
Browse files- config.json +4 -1
- model.safetensors +3 -0
    	
        config.json
    CHANGED
    
    | @@ -1,8 +1,10 @@ | |
| 1 | 
             
            {
         | 
| 2 | 
            -
              "_attn_implementation_autoset": true,
         | 
| 3 | 
             
              "activation_dropout": 0.0,
         | 
| 4 | 
             
              "activation_function": "silu",
         | 
| 5 | 
             
              "anchor_image_size": null,
         | 
|  | |
|  | |
|  | |
| 6 | 
             
              "attention_dropout": 0.0,
         | 
| 7 | 
             
              "auxiliary_loss": true,
         | 
| 8 | 
             
              "backbone": null,
         | 
| @@ -243,6 +245,7 @@ | |
| 243 | 
             
              "num_feature_levels": 3,
         | 
| 244 | 
             
              "num_queries": 300,
         | 
| 245 | 
             
              "positional_encoding_temperature": 10000,
         | 
|  | |
| 246 | 
             
              "transformers_version": "4.49.0.dev0",
         | 
| 247 | 
             
              "use_focal_loss": true,
         | 
| 248 | 
             
              "use_pretrained_backbone": false,
         | 
|  | |
| 1 | 
             
            {
         | 
|  | |
| 2 | 
             
              "activation_dropout": 0.0,
         | 
| 3 | 
             
              "activation_function": "silu",
         | 
| 4 | 
             
              "anchor_image_size": null,
         | 
| 5 | 
            +
              "architectures": [
         | 
| 6 | 
            +
                "RtDetrV2ForObjectDetection"
         | 
| 7 | 
            +
              ],
         | 
| 8 | 
             
              "attention_dropout": 0.0,
         | 
| 9 | 
             
              "auxiliary_loss": true,
         | 
| 10 | 
             
              "backbone": null,
         | 
|  | |
| 245 | 
             
              "num_feature_levels": 3,
         | 
| 246 | 
             
              "num_queries": 300,
         | 
| 247 | 
             
              "positional_encoding_temperature": 10000,
         | 
| 248 | 
            +
              "torch_dtype": "float32",
         | 
| 249 | 
             
              "transformers_version": "4.49.0.dev0",
         | 
| 250 | 
             
              "use_focal_loss": true,
         | 
| 251 | 
             
              "use_pretrained_backbone": false,
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:3331d977dbc0c7a6cdae9ec0b0b6ad156eb6720d65b7cf0fa710dcc541d88d71
         | 
| 3 | 
            +
            size 172176856
         | 
