Add pipeline tag and links
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=object-detection as well as at https://huggingface.co/papers/2501.07783. It also adds a link to the Github repository.
    	
        README.md
    CHANGED
    
    | @@ -1,4 +1,7 @@ | |
| 1 | 
            -
            ---
         | 
| 2 | 
            -
            license: mit
         | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            license: mit
         | 
| 3 | 
            +
            pipeline_tag: object-detection
         | 
| 4 | 
            +
            ---
         | 
| 5 | 
            +
            Please refer to https://github.com/OpenGVLab/PIIP.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            The model was presented in the paper [Parameter-Inverted Image Pyramid Networks for Visual Perception and Multimodal Understanding](https://huggingface.co/papers/2501.07783).
         | 

