Vicenterivera commited on
Commit
b657887
1 Parent(s): 8e6ca20

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ This repository contains compiled models optimized for DirectML (DML) from the Qualcomm AI Hub models, designed specifically for the NPU.
3
+
4
+ ## License
5
+
6
+ - The license for the original implementation of **ConvNext-Tiny** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
7
+ - The license for the original implementation of **EfficientNet-B0** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
8
+ - The license for the original implementation of **ESRGAN** can be found [here](https://github.com/xinntao/ESRGAN/blob/master/LICENSE).
9
+ - The license for the original implementation of **FastSam-S** can be found [here](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE).
10
+ - The license for the original implementation of **FastSam-X** can be found [here](https://github.com/CASIA-IVA-Lab/FastSAM/blob/main/LICENSE).
11
+ - The license for the original implementation of **FFNet-40S** can be found [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
12
+ - The license for the original implementation of **FFNet-54S** can be found [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
13
+ - The license for the original implementation of **FFNet-78S** can be found [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
14
+ - The license for the original implementation of **FFNet-78S-LowRes** can be found [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
15
+ - The license for the original implementation of **FFNet-122NS-LowRes** can be found [here](https://github.com/Qualcomm-AI-research/FFNet/blob/master/LICENSE).
16
+ - The license for the original implementation of **GoogLeNet** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
17
+ - The license for the original implementation of **HRNetPose** can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
18
+ - The license for the original implementation of **Inception-v3** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
19
+ - The license for the original implementation of **MediaPipe-Selfie-Segmentation** can be found [here](https://github.com/google/mediapipe/blob/master/LICENSE).
20
+ - The license for the original implementation of **MNASNet05** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
21
+ - The license for the original implementation of **MobileNet-v2** can be found [here](https://github.com/tonylins/pytorch-mobilenet-v2/blob/master/LICENSE).
22
+ - The license for the original implementation of **MobileNet-v3-Large** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
23
+ - The license for the original implementation of **MobileNet-v3-Small** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
24
+ - The license for the original implementation of **QuickSRNetMedium** can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
25
+ - The license for the original implementation of **QuickSRNetSmall** can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
26
+ - The license for the original implementation of **Real-ESRGAN-General-x4v3** can be found [here](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
27
+ - The license for the original implementation of **Real-ESRGAN-x4plus** can be found [here](https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE).
28
+ - The license for the original implementation of **RegNet** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
29
+ - The license for the original implementation of **ResNet18** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
30
+ - The license for the original implementation of **ResNet50** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
31
+ - The license for the original implementation of **ResNet101** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
32
+ - The license for the original implementation of **ResNeXt50** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
33
+ - The license for the original implementation of **ResNeXt101** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
34
+ - The license for the original implementation of **SESR-M5** can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
35
+ - The license for the original implementation of **SqueezeNet-1_1** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
36
+ - The license for the original implementation of **Swin-Small** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
37
+ - The license for the original implementation of **Swin-Tiny** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
38
+ - The license for the original implementation of **Unet-Segmentation** can be found [here](https://github.com/milesial/Pytorch-UNet/blob/master/LICENSE).
39
+ - The license for the original implementation of **WideResNet50** can be found [here](https://github.com/pytorch/vision/blob/main/LICENSE).
40
+ - The license for the original implementation of **XLSR** can be found [here](https://github.com/quic/aimet-model-zoo/blob/develop/LICENSE.pdf).
41
+ - The license for the compiled assets for on-device deployment can be found [here](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/Qualcomm+AI+Hub+Proprietary+License.pdf).