Object Detection
nielsr HF staff commited on
Commit
3c2d477
·
verified ·
1 Parent(s): 10bd097

Add pipeline tag and links

Browse files

This 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.

Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,4 +1,7 @@
1
- ---
2
- license: mit
3
- ---
4
- Please refer to https://github.com/OpenGVLab/PIIP.
 
 
 
 
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).