qc903113684 commited on
Commit
6c2e924
·
verified ·
1 Parent(s): e718b03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -5
README.md CHANGED
@@ -1,5 +1,38 @@
1
- ---
2
- license: other
3
- license_name: aplux-model-farm-license
4
- license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: aplux-model-farm-license
4
+ license_link: https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf
5
+ pipeline_tag: object-detection
6
+ tags:
7
+ - AIoT
8
+ - QNN
9
+ ---
10
+
11
+ ![](https://aiot.aidlux.com/_next/image?url=%2Fapi%2Fv1%2Ffiles%2Fmodel%2Fcover%2F20250320024836_%25E5%259B%25BE1(9).png&w=640&q=75)
12
+
13
+ ## OWL-ViT: Object Detection
14
+
15
+ OWL-ViT (Open-World Localization Vision Transformer), developed by Google Research, is an open-vocabulary object detection model that integrates CLIP's vision-language pretraining with detection frameworks to detect objects described by arbitrary text without fine-tuning. It extends CLIP's image and text encoders into a detection architecture, aligning image regions with text descriptions via contrastive learning to generate bounding boxes and match scores. Built on Vision Transformers (ViT) for global feature extraction and lightweight detection heads, it supports zero-shot transfer to unseen categories (e.g., "purple unicorn toy" or "logo-covered backpack"), demonstrating strong generalization on open-world datasets like LVIS.
16
+
17
+ ### Source model
18
+
19
+ - Input shape: [[1,3,768,768]], [[1,16],[1,16]],[[1,24,24,768],[1,512],[1,16]]
20
+ - Number of parameters: 84.92M, 60.46M, --
21
+ - Model size: 339.91M, 242.06M, 1.51M
22
+ - Output shape: [[1,24,24,768],[1,576,4]], [[1,512]], [[1,576,1]]
23
+
24
+ The source model can be found [here](https://huggingface.co/google/owlvit-base-patch32)
25
+
26
+ ## Performance Reference
27
+
28
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
29
+
30
+ ## Inference & Model Conversion
31
+
32
+ Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
33
+
34
+ ## License
35
+
36
+ - Source Model: [APACHE-2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md)
37
+
38
+ - Deployable Model: [APLUX-MODEL-FARM-LICENSE](https://aiot.aidlux.com/api/v1/files/license/model_farm_license_en.pdf)