diff --git a/models/cv/classification/alexnet/igie/README.md b/models/cv/classification/alexnet/igie/README.md index 7bf5f5a92f7e30497e3e9b8a36fd5496b87b4c3b..4e8418bd882f63fd8000ef76d4d1bba22b606cfa 100644 --- a/models/cv/classification/alexnet/igie/README.md +++ b/models/cv/classification/alexnet/igie/README.md @@ -9,8 +9,7 @@ AlexNet, developed by Alex Krizhevsky, Ilya Sutskever, and Geoffrey Hinton, is a ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/alexnet/igie/requirements.txt b/models/cv/classification/alexnet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/alexnet/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/clip/igie/README.md b/models/cv/classification/clip/igie/README.md index ce4f0fd89ccfb3e10855eeb5851fa98687229328..9ed7281912eed24776be303135418efd0fa5135e 100644 --- a/models/cv/classification/clip/igie/README.md +++ b/models/cv/classification/clip/igie/README.md @@ -9,9 +9,7 @@ CLIP (Contrastive Language-Image Pre-Training) is a neural network trained on a ### Install ```bash -pip3 install tqdm -pip3 install onnxsim -pip3 install transformers==4.33.2 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/clip/igie/requirements.txt b/models/cv/classification/clip/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a65219de4c04c72e5c7a76a46dea9fd60a287d91 --- /dev/null +++ b/models/cv/classification/clip/igie/requirements.txt @@ -0,0 +1,3 @@ +tqdm +onnxsim +transformers==4.33.2 diff --git a/models/cv/classification/conformer_base/igie/README.md b/models/cv/classification/conformer_base/igie/README.md index 3c82b00028a9c027d9138f3f3cbcff8c06ed478f..b6f64da1e59f125acdd538f649ed472c73b0ac42 100644 --- a/models/cv/classification/conformer_base/igie/README.md +++ b/models/cv/classification/conformer_base/igie/README.md @@ -9,10 +9,7 @@ Conformer is a novel network architecture that addresses the limitations of conv ### Install ```bash -pip3 install onnx -pip3 install tqdm -pip3 install timm -pip3 install onnxsim +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/conformer_base/igie/requirements.txt b/models/cv/classification/conformer_base/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..ed69cff2ac668b70f0875f53f7935aa3709aeef0 --- /dev/null +++ b/models/cv/classification/conformer_base/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +timm +onnxsim diff --git a/models/cv/classification/convnext_base/igie/README.md b/models/cv/classification/convnext_base/igie/README.md index 442ad963509c53b5dc0c4cd8ae9e5aa1081e0370..37ca8560b5d8db57395af9fef06f1fa3fb3cb856 100644 --- a/models/cv/classification/convnext_base/igie/README.md +++ b/models/cv/classification/convnext_base/igie/README.md @@ -9,8 +9,7 @@ The ConvNeXt Base model represents a significant stride in the evolution of conv ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/convnext_base/igie/requirements.txt b/models/cv/classification/convnext_base/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/convnext_base/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/convnext_small/igie/README.md b/models/cv/classification/convnext_small/igie/README.md index e0aa51a06162b6d0a3c73826e93204c4bd362b0a..9d1711a9d8a42f7fca1cb87a067cece2ae775524 100644 --- a/models/cv/classification/convnext_small/igie/README.md +++ b/models/cv/classification/convnext_small/igie/README.md @@ -9,8 +9,7 @@ The ConvNeXt Small model represents a significant stride in the evolution of con ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/convnext_small/igie/requirements.txt b/models/cv/classification/convnext_small/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/convnext_small/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/cspdarknet53/igie/README.md b/models/cv/classification/cspdarknet53/igie/README.md index 6ca70652a2995533984560a49084d7fbbad12d93..b2d06c620fe96295c7464c683f957bdf88ceb56b 100644 --- a/models/cv/classification/cspdarknet53/igie/README.md +++ b/models/cv/classification/cspdarknet53/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/cspdarknet53/igie/requirements.txt b/models/cv/classification/cspdarknet53/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..63629c9686ef1b1fb60ccadc4e5ba2799b693f89 --- /dev/null +++ b/models/cv/classification/cspdarknet53/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/deit_tiny/igie/README.md b/models/cv/classification/deit_tiny/igie/README.md index 663ca8b7bc56eb702922f3ff3457086ac6f270e5..a39dbfd9bc9e95555112d2a482bed62268069509 100644 --- a/models/cv/classification/deit_tiny/igie/README.md +++ b/models/cv/classification/deit_tiny/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/deit_tiny/igie/requirements.txt b/models/cv/classification/deit_tiny/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..63629c9686ef1b1fb60ccadc4e5ba2799b693f89 --- /dev/null +++ b/models/cv/classification/deit_tiny/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/densenet121/igie/README.md b/models/cv/classification/densenet121/igie/README.md index a0036d31305398eeb82105316ee4500a6dbc9064..61deb581503b40e6f4d56691b2a89ed941c0ead3 100644 --- a/models/cv/classification/densenet121/igie/README.md +++ b/models/cv/classification/densenet121/igie/README.md @@ -9,8 +9,7 @@ DenseNet-121 is a convolutional neural network architecture that belongs to the ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/densenet121/igie/requirements.txt b/models/cv/classification/densenet121/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/densenet121/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/densenet161/igie/README.md b/models/cv/classification/densenet161/igie/README.md index 74c883408ad3a7ef77a169778dd43c5df199fb58..ba2b2757dd64cdd27e5c32bda227689490303c06 100644 --- a/models/cv/classification/densenet161/igie/README.md +++ b/models/cv/classification/densenet161/igie/README.md @@ -9,8 +9,7 @@ DenseNet161 is a convolutional neural network architecture that belongs to the f ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/densenet161/igie/requirements.txt b/models/cv/classification/densenet161/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/densenet161/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/densenet169/igie/README.md b/models/cv/classification/densenet169/igie/README.md index b6b8abd4859a500a096b917c5668670db19fb233..0acd325a3c21828d862bb568a87afec0a1e7c206 100644 --- a/models/cv/classification/densenet169/igie/README.md +++ b/models/cv/classification/densenet169/igie/README.md @@ -9,8 +9,7 @@ DenseNet-169 is a variant of the Dense Convolutional Network (DenseNet) architec ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/densenet169/igie/requirements.txt b/models/cv/classification/densenet169/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/densenet169/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/densenet201/igie/README.md b/models/cv/classification/densenet201/igie/README.md index 5c58ec5dfdfd87b9d40208572b6ba7f3199601bf..072ff5915608a4cca556b0ae94e686d66c26e69a 100644 --- a/models/cv/classification/densenet201/igie/README.md +++ b/models/cv/classification/densenet201/igie/README.md @@ -9,8 +9,7 @@ DenseNet201 is a deep convolutional neural network that stands out for its uniqu ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/densenet201/igie/requirements.txt b/models/cv/classification/densenet201/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/densenet201/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_b0/igie/README.md b/models/cv/classification/efficientnet_b0/igie/README.md index 9bdc57b2626dd965d9b5f530f9ffa5cbdf6279a1..40ccbfad7fc97f067493330b46ff82145f4448f9 100644 --- a/models/cv/classification/efficientnet_b0/igie/README.md +++ b/models/cv/classification/efficientnet_b0/igie/README.md @@ -9,8 +9,7 @@ EfficientNet-B0 is a lightweight yet highly efficient convolutional neural netwo ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_b0/igie/requirements.txt b/models/cv/classification/efficientnet_b0/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_b0/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_b1/igie/README.md b/models/cv/classification/efficientnet_b1/igie/README.md index 0656f187cda59092a2912b82f05bbd425e196201..2707cbce04eae42f10d65e843462b141b8a466f3 100644 --- a/models/cv/classification/efficientnet_b1/igie/README.md +++ b/models/cv/classification/efficientnet_b1/igie/README.md @@ -9,8 +9,7 @@ EfficientNet B1 is a convolutional neural network architecture that falls under ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_b1/igie/requirements.txt b/models/cv/classification/efficientnet_b1/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_b1/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_b2/igie/README.md b/models/cv/classification/efficientnet_b2/igie/README.md index f439723944caa5cc6d27ccf481117157bfc3eec2..0a2b56dc5f22aaaa4b51d86934f0ca3ee54dddef 100644 --- a/models/cv/classification/efficientnet_b2/igie/README.md +++ b/models/cv/classification/efficientnet_b2/igie/README.md @@ -9,8 +9,7 @@ EfficientNet B2 is a member of the EfficientNet family, a series of convolutiona ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_b2/igie/requirements.txt b/models/cv/classification/efficientnet_b2/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_b2/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_b3/igie/README.md b/models/cv/classification/efficientnet_b3/igie/README.md index 1331670b5b784045575f146a22a286c462786f84..ff3b3e31519b075e63a669a20306b9e56a9ac0c3 100644 --- a/models/cv/classification/efficientnet_b3/igie/README.md +++ b/models/cv/classification/efficientnet_b3/igie/README.md @@ -9,8 +9,7 @@ EfficientNet B3 is a member of the EfficientNet family, a series of convolutiona ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_b3/igie/requirements.txt b/models/cv/classification/efficientnet_b3/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_b3/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_v2/igie/README.md b/models/cv/classification/efficientnet_v2/igie/README.md index cbcc5a4eb2cbc136a1a7b489f53efe4e022808e0..8259dbd3dc60d8bb4114d41ec79d2e814549c722 100644 --- a/models/cv/classification/efficientnet_v2/igie/README.md +++ b/models/cv/classification/efficientnet_v2/igie/README.md @@ -9,8 +9,7 @@ EfficientNetV2 M is an optimized model in the EfficientNetV2 series, which was d ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_v2/igie/requirements.txt b/models/cv/classification/efficientnet_v2/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_v2/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnet_v2_s/igie/README.md b/models/cv/classification/efficientnet_v2_s/igie/README.md index 4574d032e3f439b6af821a93f0d1ffa1b7af0edc..ea32a5550dcbe4644be70d0bcbe928c90f002fa3 100644 --- a/models/cv/classification/efficientnet_v2_s/igie/README.md +++ b/models/cv/classification/efficientnet_v2_s/igie/README.md @@ -9,8 +9,7 @@ EfficientNetV2 S is an optimized model in the EfficientNetV2 series, which was d ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnet_v2_s/igie/requirements.txt b/models/cv/classification/efficientnet_v2_s/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/efficientnet_v2_s/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/efficientnetv2_rw_t/igie/README.md b/models/cv/classification/efficientnetv2_rw_t/igie/README.md index 2ed3a7bdbf2eda19d9f4420b0680b6fe8d9975a2..390de644b6fdbb1995d5904799446a58b958fdd9 100644 --- a/models/cv/classification/efficientnetv2_rw_t/igie/README.md +++ b/models/cv/classification/efficientnetv2_rw_t/igie/README.md @@ -9,9 +9,7 @@ EfficientNetV2_rw_t is an enhanced version of the EfficientNet family of convolu ### Install ```bash -pip3 install timm -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/efficientnetv2_rw_t/igie/requirements.txt b/models/cv/classification/efficientnetv2_rw_t/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..3b2080776ddab7648ecbad549b7262579c29f0d5 --- /dev/null +++ b/models/cv/classification/efficientnetv2_rw_t/igie/requirements.txt @@ -0,0 +1,3 @@ +timm +onnx +tqdm diff --git a/models/cv/classification/googlenet/igie/README.md b/models/cv/classification/googlenet/igie/README.md index a487fd736d2a15ece96620ced7ab03635b406ac5..fe903822a44c04d4ed56e23a1e48356869f9a10e 100644 --- a/models/cv/classification/googlenet/igie/README.md +++ b/models/cv/classification/googlenet/igie/README.md @@ -9,8 +9,7 @@ Introduced in 2014, GoogleNet revolutionized image classification models by intr ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/googlenet/igie/requirements.txt b/models/cv/classification/googlenet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/googlenet/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/hrnet_w18/igie/README.md b/models/cv/classification/hrnet_w18/igie/README.md index c4795ef2233e51e3c919bbdf47c109d2b1b33c09..471dc90a3cab0355dcea669153ed473543edce5c 100644 --- a/models/cv/classification/hrnet_w18/igie/README.md +++ b/models/cv/classification/hrnet_w18/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/hrnet_w18/igie/requirements.txt b/models/cv/classification/hrnet_w18/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..63629c9686ef1b1fb60ccadc4e5ba2799b693f89 --- /dev/null +++ b/models/cv/classification/hrnet_w18/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/inception_v3/igie/README.md b/models/cv/classification/inception_v3/igie/README.md index fb075dd31cfc6052c7aaa3105747ff14312dd1a6..fe7406167a7a4ba400a961fcab0cd3af961419d6 100644 --- a/models/cv/classification/inception_v3/igie/README.md +++ b/models/cv/classification/inception_v3/igie/README.md @@ -9,8 +9,7 @@ Inception v3 is a convolutional neural network architecture designed for image r ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/inception_v3/igie/requirements.txt b/models/cv/classification/inception_v3/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/inception_v3/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/mnasnet0_5/igie/README.md b/models/cv/classification/mnasnet0_5/igie/README.md index 0eed5feff62dbe983c597a6635641371929c7a6f..86ec2dec3eb86c813681dd2f79e846cfbe3fac03 100644 --- a/models/cv/classification/mnasnet0_5/igie/README.md +++ b/models/cv/classification/mnasnet0_5/igie/README.md @@ -9,8 +9,7 @@ MNASNet0_5 is a neural network architecture optimized for mobile devices, design ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/mnasnet0_5/igie/requirements.txt b/models/cv/classification/mnasnet0_5/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/mnasnet0_5/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/mobilenet_v2/igie/README.md b/models/cv/classification/mobilenet_v2/igie/README.md index bffd132b451eb1d88f16b2f93ea2ae9809b28410..a348f605638b8ad45ba849c8373fad4e0731f1bc 100644 --- a/models/cv/classification/mobilenet_v2/igie/README.md +++ b/models/cv/classification/mobilenet_v2/igie/README.md @@ -9,8 +9,7 @@ MobileNetV2 is an improvement on V1. Its new ideas include Linear Bottleneck and ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/mobilenet_v2/igie/requirements.txt b/models/cv/classification/mobilenet_v2/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/mobilenet_v2/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/mobilenet_v3/igie/README.md b/models/cv/classification/mobilenet_v3/igie/README.md index ea5b5dfe44dcda69e714d73fdcde56ac2004fe70..be1d317f89b58ff26974429b80ca795008fb99dc 100644 --- a/models/cv/classification/mobilenet_v3/igie/README.md +++ b/models/cv/classification/mobilenet_v3/igie/README.md @@ -9,8 +9,7 @@ MobileNetV3_Small is a lightweight convolutional neural network architecture des ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/mobilenet_v3/igie/requirements.txt b/models/cv/classification/mobilenet_v3/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/mobilenet_v3/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/mobilenet_v3_large/igie/README.md b/models/cv/classification/mobilenet_v3_large/igie/README.md index a484c93b51a10c1223a2a970d4dd3e7a6e6a3ee2..9b674faf1055d85182d7edb8e6d5dbafb24a7ceb 100644 --- a/models/cv/classification/mobilenet_v3_large/igie/README.md +++ b/models/cv/classification/mobilenet_v3_large/igie/README.md @@ -9,8 +9,7 @@ MobileNetV3_Large builds upon the success of its predecessors by incorporating s ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/mobilenet_v3_large/igie/requirements.txt b/models/cv/classification/mobilenet_v3_large/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/mobilenet_v3_large/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/mvitv2_base/igie/README.md b/models/cv/classification/mvitv2_base/igie/README.md index 199a9597ae942fe578fbb75790d989f4d2980761..b161bc107ba738f069fa403d41adae35896961a1 100644 --- a/models/cv/classification/mvitv2_base/igie/README.md +++ b/models/cv/classification/mvitv2_base/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/mvitv2_base/igie/requirements.txt b/models/cv/classification/mvitv2_base/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..63629c9686ef1b1fb60ccadc4e5ba2799b693f89 --- /dev/null +++ b/models/cv/classification/mvitv2_base/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/regnet_x_1_6gf/igie/README.md b/models/cv/classification/regnet_x_1_6gf/igie/README.md index 931e85db9c14a6ef92e3520eb0aeafe3ca3dc295..faa39d56dcde6483d98858b62a6fc40f4b3edb31 100644 --- a/models/cv/classification/regnet_x_1_6gf/igie/README.md +++ b/models/cv/classification/regnet_x_1_6gf/igie/README.md @@ -9,8 +9,7 @@ RegNet is a family of models designed for image classification tasks, as describ ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/regnet_x_1_6gf/igie/requirements.txt b/models/cv/classification/regnet_x_1_6gf/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/regnet_x_1_6gf/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/regnet_y_1_6gf/igie/README.md b/models/cv/classification/regnet_y_1_6gf/igie/README.md index 7f7a08835435f9a3e42cd8fe5e095f8801902ad8..189da9c8acb5bbdec6acaaa13189b73a9b09bb90 100644 --- a/models/cv/classification/regnet_y_1_6gf/igie/README.md +++ b/models/cv/classification/regnet_y_1_6gf/igie/README.md @@ -9,8 +9,7 @@ RegNet is a family of models designed for image classification tasks, as describ ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/regnet_y_1_6gf/igie/requirements.txt b/models/cv/classification/regnet_y_1_6gf/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/regnet_y_1_6gf/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/repvgg/igie/README.md b/models/cv/classification/repvgg/igie/README.md index cbbeaac49e4c93cebf25e693f6499d4be333c252..f71b37ee21a923dfdddc5c62794474c84d496b64 100644 --- a/models/cv/classification/repvgg/igie/README.md +++ b/models/cv/classification/repvgg/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install mmcv==1.5.3 -pip3 install mmcls -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/repvgg/igie/requirements.txt b/models/cv/classification/repvgg/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..637eab19e8101e93942e8177d7739ce2ee6cb794 --- /dev/null +++ b/models/cv/classification/repvgg/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +mmcv==1.5.3 +mmcls +mmengine diff --git a/models/cv/classification/res2net50/igie/README.md b/models/cv/classification/res2net50/igie/README.md index 8e05901aeaba4e0fe4a1cde0004f2645456cfd9a..b02548c5bd479913b43fdd72b647c3f77dcf7e23 100644 --- a/models/cv/classification/res2net50/igie/README.md +++ b/models/cv/classification/res2net50/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/res2net50/igie/requirements.txt b/models/cv/classification/res2net50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..63629c9686ef1b1fb60ccadc4e5ba2799b693f89 --- /dev/null +++ b/models/cv/classification/res2net50/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/resnest50/igie/README.md b/models/cv/classification/resnest50/igie/README.md index bc750891c663aa60afab459e2e1d610115ef6c4f..3bb04255fb48c16b872df1ea8ca755e60f02067c 100644 --- a/models/cv/classification/resnest50/igie/README.md +++ b/models/cv/classification/resnest50/igie/README.md @@ -15,10 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install git+https://github.com/zhanghang1989/ResNeSt +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnest50/igie/requirements.txt b/models/cv/classification/resnest50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..d337b1c18b6f129e0e0d8c3e1d9bfe6b41db55fc --- /dev/null +++ b/models/cv/classification/resnest50/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +onnxsim +git+https://github.com/zhanghang1989/ResNeSt diff --git a/models/cv/classification/resnet101/igie/README.md b/models/cv/classification/resnet101/igie/README.md index 9773054b81ebb2f247e0ee02839f9df86bbb5968..a992f6b179c134cecf725b5b9f24c7b3116fea62 100644 --- a/models/cv/classification/resnet101/igie/README.md +++ b/models/cv/classification/resnet101/igie/README.md @@ -9,8 +9,7 @@ ResNet101 is a convolutional neural network architecture that belongs to the Res ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnet101/igie/requirements.txt b/models/cv/classification/resnet101/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnet101/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/resnet152/igie/README.md b/models/cv/classification/resnet152/igie/README.md index 19669794ecc6d2aff2b50e3ca5f3d6d0c920a4f9..5066e0ca260e4f811b317bbde04e877fb31c13d7 100644 --- a/models/cv/classification/resnet152/igie/README.md +++ b/models/cv/classification/resnet152/igie/README.md @@ -9,8 +9,7 @@ ResNet152 is a convolutional neural network architecture that is part of the Res ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnet152/igie/requirements.txt b/models/cv/classification/resnet152/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnet152/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/resnet18/igie/README.md b/models/cv/classification/resnet18/igie/README.md index 2667228e42b83e2a72d5508375702c76d5dae724..3cdca0c785987b668aacfec0e64ca644311c38cc 100644 --- a/models/cv/classification/resnet18/igie/README.md +++ b/models/cv/classification/resnet18/igie/README.md @@ -9,8 +9,7 @@ ResNet-18 is a relatively compact deep neural network.The ResNet-18 architecture ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnet18/igie/requirements.txt b/models/cv/classification/resnet18/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnet18/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/resnet50/igie/README.md b/models/cv/classification/resnet50/igie/README.md index 19a0bbd7961b813a2fe47190d5e435c064d2278c..1d670729f59208f4046056a6c6b98b6c6786e630 100644 --- a/models/cv/classification/resnet50/igie/README.md +++ b/models/cv/classification/resnet50/igie/README.md @@ -9,8 +9,7 @@ ResNet-50 is a convolutional neural network architecture that belongs to the Res ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnet50/igie/requirements.txt b/models/cv/classification/resnet50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnet50/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/resnetv1d50/igie/README.md b/models/cv/classification/resnetv1d50/igie/README.md index 0609b34fd422b671b249147ceec9b75613805a99..382da697276c03fedefee90f2bff05b45553422e 100644 --- a/models/cv/classification/resnetv1d50/igie/README.md +++ b/models/cv/classification/resnetv1d50/igie/README.md @@ -15,10 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnetv1d50/igie/requirements.txt b/models/cv/classification/resnetv1d50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..266a11e3e679bc51cac818ce66c35366f8c3a62c --- /dev/null +++ b/models/cv/classification/resnetv1d50/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/resnext101_64x4d/igie/README.md b/models/cv/classification/resnext101_64x4d/igie/README.md index 677396934b17ebdc02aa82ee7ecb8898bde305bc..3d8042381537390526ef733b53e60c958f43423b 100644 --- a/models/cv/classification/resnext101_64x4d/igie/README.md +++ b/models/cv/classification/resnext101_64x4d/igie/README.md @@ -9,8 +9,7 @@ The ResNeXt101_64x4d is a deep learning model based on the deep residual network ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnext101_64x4d/igie/requirements.txt b/models/cv/classification/resnext101_64x4d/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnext101_64x4d/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/resnext50_32x4d/igie/README.md b/models/cv/classification/resnext50_32x4d/igie/README.md index 9068c410109738459348df19fb9613943a6ecfa7..a90b47c769a52f5911a427c87e692108ac56ea14 100644 --- a/models/cv/classification/resnext50_32x4d/igie/README.md +++ b/models/cv/classification/resnext50_32x4d/igie/README.md @@ -9,8 +9,7 @@ The ResNeXt50_32x4d model is a convolutional neural network architecture designe ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/resnext50_32x4d/igie/requirements.txt b/models/cv/classification/resnext50_32x4d/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/resnext50_32x4d/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/se_resnet50/igie/README.md b/models/cv/classification/se_resnet50/igie/README.md index ab59b0e8cdf70d652e3de0677488f2288ddbe429..876f13dd83cdb4f93f1b1cf790adb74d18a05bc2 100644 --- a/models/cv/classification/se_resnet50/igie/README.md +++ b/models/cv/classification/se_resnet50/igie/README.md @@ -15,10 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install mmcv==1.5.3 -pip3 install mmcls +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/se_resnet50/igie/requirements.txt b/models/cv/classification/se_resnet50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..266a11e3e679bc51cac818ce66c35366f8c3a62c --- /dev/null +++ b/models/cv/classification/se_resnet50/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +mmcv==1.5.3 +mmcls diff --git a/models/cv/classification/shufflenetv2_x0_5/igie/README.md b/models/cv/classification/shufflenetv2_x0_5/igie/README.md index 91ad5a24ed35462defb2d3cace0c16c148bf517d..52d580b4783658599db8fc37fcca4dd90dc56f01 100644 --- a/models/cv/classification/shufflenetv2_x0_5/igie/README.md +++ b/models/cv/classification/shufflenetv2_x0_5/igie/README.md @@ -9,8 +9,7 @@ ShuffleNetV2_x0_5 is a lightweight convolutional neural network architecture des ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/shufflenetv2_x0_5/igie/requirements.txt b/models/cv/classification/shufflenetv2_x0_5/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/shufflenetv2_x0_5/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/shufflenetv2_x1_0/igie/README.md b/models/cv/classification/shufflenetv2_x1_0/igie/README.md index 1211bba938ee81dcf2c76b9b85d81fd71ddc69a5..6ffc72007c684cb5cd2228d154e331579119c0a3 100644 --- a/models/cv/classification/shufflenetv2_x1_0/igie/README.md +++ b/models/cv/classification/shufflenetv2_x1_0/igie/README.md @@ -9,8 +9,7 @@ ShuffleNet V2_x1_0 is an efficient convolutional neural network (CNN) architectu ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/shufflenetv2_x1_0/igie/requirements.txt b/models/cv/classification/shufflenetv2_x1_0/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/shufflenetv2_x1_0/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/shufflenetv2_x1_5/igie/README.md b/models/cv/classification/shufflenetv2_x1_5/igie/README.md index 5bd87eab586ab53026b7e6116efad74c90fe6b0b..f882d3b87a194d1c0e7679cca096de47a7e13e03 100644 --- a/models/cv/classification/shufflenetv2_x1_5/igie/README.md +++ b/models/cv/classification/shufflenetv2_x1_5/igie/README.md @@ -9,8 +9,7 @@ ShuffleNetV2_x1_5 is a lightweight convolutional neural network specifically des ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/shufflenetv2_x1_5/igie/requirements.txt b/models/cv/classification/shufflenetv2_x1_5/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/shufflenetv2_x1_5/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/swin_transformer/igie/README.md b/models/cv/classification/swin_transformer/igie/README.md index 8666dd4ad5aa077aecc3638b38c0e90075e47b3a..8d2dd67a087a3c30828174af4588aafc3bf74617 100644 --- a/models/cv/classification/swin_transformer/igie/README.md +++ b/models/cv/classification/swin_transformer/igie/README.md @@ -9,9 +9,7 @@ Swin Transformer is a pioneering neural network architecture that introduces a n ### Install ```bash -pip3 install tqdm -pip3 install onnxsim -pip3 install transformers==4.33.2 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/swin_transformer/igie/requirements.txt b/models/cv/classification/swin_transformer/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a65219de4c04c72e5c7a76a46dea9fd60a287d91 --- /dev/null +++ b/models/cv/classification/swin_transformer/igie/requirements.txt @@ -0,0 +1,3 @@ +tqdm +onnxsim +transformers==4.33.2 diff --git a/models/cv/classification/vgg16/igie/README.md b/models/cv/classification/vgg16/igie/README.md index 7a2780a90697896ac5f05adb123bcb5103963444..292b03ca0e6e61f22de1e2092fe8fbdf06a73a8f 100644 --- a/models/cv/classification/vgg16/igie/README.md +++ b/models/cv/classification/vgg16/igie/README.md @@ -9,8 +9,7 @@ VGG16 is a convolutional neural network (CNN) architecture designed for image cl ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/vgg16/igie/requirements.txt b/models/cv/classification/vgg16/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/vgg16/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/classification/wide_resnet50/igie/README.md b/models/cv/classification/wide_resnet50/igie/README.md index c3bebf1738ae76036f696eb7f1f0e6a80f93553b..3aebe48ffc2ea9842c0a24f494af32486c91992a 100644 --- a/models/cv/classification/wide_resnet50/igie/README.md +++ b/models/cv/classification/wide_resnet50/igie/README.md @@ -9,8 +9,7 @@ The distinguishing feature of Wide ResNet50 lies in its widened architecture com ### Install ```bash -pip3 install onnx -pip3 install tqdm +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/classification/wide_resnet50/igie/requirements.txt b/models/cv/classification/wide_resnet50/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4c1d32d3df61899847e6d50edd8f8a42470c63f4 --- /dev/null +++ b/models/cv/classification/wide_resnet50/igie/requirements.txt @@ -0,0 +1,2 @@ +onnx +tqdm diff --git a/models/cv/detection/atss/igie/README.md b/models/cv/detection/atss/igie/README.md index ae999b4e7fe23eb222de2423c71fa966e1be2bf1..3d887918da73aa9d976754aeffbc819da1c0a837 100644 --- a/models/cv/detection/atss/igie/README.md +++ b/models/cv/detection/atss/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet==3.3.0 -pip3 install mmdeploy==1.3.1 -pip3 install mmengine==0.10.4 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/atss/igie/requirements.txt b/models/cv/detection/atss/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26706ef5402ca820ed6e4ab952d876ec768b4eb --- /dev/null +++ b/models/cv/detection/atss/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet==3.3.0 +mmdeploy==1.3.1 +mmengine==0.10.4 diff --git a/models/cv/detection/centernet/igie/README.md b/models/cv/detection/centernet/igie/README.md index 430c1c18dd02129379832f1ffecf328641c2ac3d..d398784059ceb08c2d5fd54055fa1ad618fc0a13 100644 --- a/models/cv/detection/centernet/igie/README.md +++ b/models/cv/detection/centernet/igie/README.md @@ -15,11 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install mmdet -pip3 install mmdeploy -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/centernet/igie/requirements.txt b/models/cv/detection/centernet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..f7e7fc9a5592f4edd681a41e340dcbec21d9a40b --- /dev/null +++ b/models/cv/detection/centernet/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +mmdet +mmdeploy +mmengine diff --git a/models/cv/detection/fcos/igie/README.md b/models/cv/detection/fcos/igie/README.md index 4ff5c4ad29a232a4cdfd5c786ad4e9282ee88cc7..c042feac01244fd09ec4715d4f62147da858419b 100644 --- a/models/cv/detection/fcos/igie/README.md +++ b/models/cv/detection/fcos/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet==3.3.0 -pip3 install mmdeploy==1.3.1 -pip3 install mmengine==0.10.4 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/fcos/igie/requirements.txt b/models/cv/detection/fcos/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26706ef5402ca820ed6e4ab952d876ec768b4eb --- /dev/null +++ b/models/cv/detection/fcos/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet==3.3.0 +mmdeploy==1.3.1 +mmengine==0.10.4 diff --git a/models/cv/detection/foveabox/igie/README.md b/models/cv/detection/foveabox/igie/README.md index 5de6e97829a8b7946a86d59a6f7026888f3c28ec..aded8a5cd202dcdaa44f5d7fa30fb37877f56724 100644 --- a/models/cv/detection/foveabox/igie/README.md +++ b/models/cv/detection/foveabox/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet -pip3 install mmdeploy -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/foveabox/igie/requirements.txt b/models/cv/detection/foveabox/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ac9c0458744fb56d62781ffd96279f893817f3 --- /dev/null +++ b/models/cv/detection/foveabox/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet +mmdeploy +mmengine diff --git a/models/cv/detection/fsaf/igie/README.md b/models/cv/detection/fsaf/igie/README.md index 2a22b5c2bce93da5cc8d6a42471bb83841a48497..6df84b12a61acec66a0a423298c104a426725805 100644 --- a/models/cv/detection/fsaf/igie/README.md +++ b/models/cv/detection/fsaf/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet==3.3.0 -pip3 install mmdeploy==1.3.1 -pip3 install mmengine==0.10.4 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/fsaf/igie/requirements.txt b/models/cv/detection/fsaf/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26706ef5402ca820ed6e4ab952d876ec768b4eb --- /dev/null +++ b/models/cv/detection/fsaf/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet==3.3.0 +mmdeploy==1.3.1 +mmengine==0.10.4 diff --git a/models/cv/detection/hrnet/igie/README.md b/models/cv/detection/hrnet/igie/README.md index 22195f2aefac5c3a7a49516119abbe8aa3b6fca4..e0966ccd7464031a57bdf73b3fd22cdf32f9603c 100644 --- a/models/cv/detection/hrnet/igie/README.md +++ b/models/cv/detection/hrnet/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet -pip3 install mmdeploy -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/hrnet/igie/requirements.txt b/models/cv/detection/hrnet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ac9c0458744fb56d62781ffd96279f893817f3 --- /dev/null +++ b/models/cv/detection/hrnet/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet +mmdeploy +mmengine diff --git a/models/cv/detection/paa/igie/README.md b/models/cv/detection/paa/igie/README.md index 62f21115aaa6a7573873e84477f62bac785e4b94..ddf47326c609c413906a268e46ab06ebf43cea3a 100644 --- a/models/cv/detection/paa/igie/README.md +++ b/models/cv/detection/paa/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet -pip3 install mmdeploy -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/paa/igie/requirements.txt b/models/cv/detection/paa/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ac9c0458744fb56d62781ffd96279f893817f3 --- /dev/null +++ b/models/cv/detection/paa/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet +mmdeploy +mmengine diff --git a/models/cv/detection/retinaface/igie/README.md b/models/cv/detection/retinaface/igie/README.md index a4eb4e4d406b3b225c4db9f4980a9f35b757aa3d..82d127ec006dc6d8324023b99a613382fdaff7d5 100755 --- a/models/cv/detection/retinaface/igie/README.md +++ b/models/cv/detection/retinaface/igie/README.md @@ -15,10 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install opencv-python==4.6.0.66 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/retinaface/igie/requirements.txt b/models/cv/detection/retinaface/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..19045455ed1528b895ded8d5812235d884f37ade --- /dev/null +++ b/models/cv/detection/retinaface/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +onnxsim +opencv-python==4.6.0.66 diff --git a/models/cv/detection/retinanet/igie/README.md b/models/cv/detection/retinanet/igie/README.md index 39418ea9b673be43b2cc680a54addba765021da9..648ad5d097debe29d659fdf4b89426c5289a68e8 100644 --- a/models/cv/detection/retinanet/igie/README.md +++ b/models/cv/detection/retinanet/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet -pip3 install mmdeploy -pip3 install mmengine +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/retinanet/igie/requirements.txt b/models/cv/detection/retinanet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..97ac9c0458744fb56d62781ffd96279f893817f3 --- /dev/null +++ b/models/cv/detection/retinanet/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet +mmdeploy +mmengine diff --git a/models/cv/detection/rtmdet/igie/README.md b/models/cv/detection/rtmdet/igie/README.md index 06749e81b78a77952bbb97e611081a977667d3f6..3b2526d1224ad06c8611751e10f90f2211d05e86 100644 --- a/models/cv/detection/rtmdet/igie/README.md +++ b/models/cv/detection/rtmdet/igie/README.md @@ -15,12 +15,7 @@ yum install -y mesa-libGL ## Ubuntu apt install -y libgl1-mesa-dev -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim -pip3 install mmdet==3.3.0 -pip3 install mmdeploy==1.3.1 -pip3 install mmengine==0.10.4 +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/detection/rtmdet/igie/requirements.txt b/models/cv/detection/rtmdet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a26706ef5402ca820ed6e4ab952d876ec768b4eb --- /dev/null +++ b/models/cv/detection/rtmdet/igie/requirements.txt @@ -0,0 +1,6 @@ +onnx +tqdm +onnxsim +mmdet==3.3.0 +mmdeploy==1.3.1 +mmengine==0.10.4 diff --git a/models/cv/detection/yolov10/igie/README.md b/models/cv/detection/yolov10/igie/README.md index 48b5863b8f4f205fa2060be5dff95f70affc933f..61e61814f42e0d2784a8a6f31609c19b64ec3464 100644 --- a/models/cv/detection/yolov10/igie/README.md +++ b/models/cv/detection/yolov10/igie/README.md @@ -9,8 +9,7 @@ YOLOv10, built on the Ultralytics Python package by researchers at Tsinghua Univ ### Install ```bash -pip3 install tqdm -pip3 install huggingface_hub==0.25.2 +pip3 install -r requirements.txt ``` ### Download @@ -22,7 +21,7 @@ Pretrained model: to download the ve # install fast-reid git clone https://github.com/JDAI-CV/fast-reid.git cd fast-reid -pip3 install -r docs/requirements.txt +pip3 install -r requirements.txt # export onnx model python3 tools/deploy/onnx_export.py --config-file configs/VehicleID/bagtricks_R50-ibn.yml --name fast_reid --output ../ --opts MODEL.WEIGHTS ../vehicleid_bot_R50-ibn.pth diff --git a/models/cv/trace/fastreid/igie/requirements.txt b/models/cv/trace/fastreid/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..c472567edcaa7b5a2f257fd3d811b3feb3310788 --- /dev/null +++ b/models/cv/trace/fastreid/igie/requirements.txt @@ -0,0 +1,5 @@ +onnx +tqdm +onnxsim +onnxoptimizer +docs/requirements.txt diff --git a/models/cv/trace/repnet/igie/README.md b/models/cv/trace/repnet/igie/README.md index 03659b81e537bde9a068deb796c10a0ab1377f13..95a18415d5665a8cbc0cadb270ce91aadb854471 100644 --- a/models/cv/trace/repnet/igie/README.md +++ b/models/cv/trace/repnet/igie/README.md @@ -9,9 +9,7 @@ The paper "Deep Relative Distance Learning: Tell the Difference Between Similar ### Install ```bash -pip3 install onnx -pip3 install tqdm -pip3 install onnxsim +pip3 install -r requirements.txt ``` ### Download diff --git a/models/cv/trace/repnet/igie/requirements.txt b/models/cv/trace/repnet/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..e734bc4afbf24eb004e1a20719c1f6b99920da0b --- /dev/null +++ b/models/cv/trace/repnet/igie/requirements.txt @@ -0,0 +1,3 @@ +onnx +tqdm +onnxsim diff --git a/models/nlp/language_model/bert_base_ner/igie/README.md b/models/nlp/language_model/bert_base_ner/igie/README.md index d2ca1330fd4c79191fb0fbbf8f5f85babd690c5c..558dce76b30095310e14607a8cb44ca6d5a45ecc 100644 --- a/models/nlp/language_model/bert_base_ner/igie/README.md +++ b/models/nlp/language_model/bert_base_ner/igie/README.md @@ -9,10 +9,7 @@ BERT is designed to pre-train deep bidirectional representations from unlabeled ### Install ```bash -pip3 install onnx -pip3 install tqdm -pip3 install transformers -pip3 install bert4torch +pip3 install -r requirements.txt ``` ### Download diff --git a/models/nlp/language_model/bert_base_ner/igie/requirements.txt b/models/nlp/language_model/bert_base_ner/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..b544df76218973cf26bd084c5150a8df8cbb9c2e --- /dev/null +++ b/models/nlp/language_model/bert_base_ner/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +transformers +bert4torch diff --git a/models/nlp/language_model/bert_base_squad/igie/README.md b/models/nlp/language_model/bert_base_squad/igie/README.md index 4c4ab62954a6e398012c3df39e7b52d338e30bdc..16d9e4e91e1213ba164b742e7a37e9e07a079434 100644 --- a/models/nlp/language_model/bert_base_squad/igie/README.md +++ b/models/nlp/language_model/bert_base_squad/igie/README.md @@ -9,9 +9,7 @@ BERT is designed to pre-train deep bidirectional representations from unlabeled ### Install ```bash -pip3 install onnx -pip3 install tqdm -pip3 install transformers +pip3 install -r requirements.txt ``` ### Download diff --git a/models/nlp/language_model/bert_base_squad/igie/requirements.txt b/models/nlp/language_model/bert_base_squad/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a58e063ee3ab6e61b14d117b522e3b79e51275ed --- /dev/null +++ b/models/nlp/language_model/bert_base_squad/igie/requirements.txt @@ -0,0 +1,3 @@ +onnx +tqdm +transformers diff --git a/models/nlp/language_model/bert_large_squad/igie/README.md b/models/nlp/language_model/bert_large_squad/igie/README.md index 23592f3aa0066b56ae4a77c6c618a263e72ed6b0..f7bbf87aa2fca31318ac8e9e597ba228fb196ef2 100644 --- a/models/nlp/language_model/bert_large_squad/igie/README.md +++ b/models/nlp/language_model/bert_large_squad/igie/README.md @@ -9,10 +9,7 @@ BERT is designed to pre-train deep bidirectional representations from unlabeled ### Install ```bash -pip3 install onnx -pip3 install tqdm -pip3 install numpy==1.23.5 -pip3 install transformers +pip3 install -r requirements.txt ``` ### Download diff --git a/models/nlp/language_model/bert_large_squad/igie/requirements.txt b/models/nlp/language_model/bert_large_squad/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..21949dbe7c407f3412a9e4abe9444a820e3d60ac --- /dev/null +++ b/models/nlp/language_model/bert_large_squad/igie/requirements.txt @@ -0,0 +1,4 @@ +onnx +tqdm +numpy==1.23.5 +transformers diff --git a/models/speech/speech_recognition/conformer/igie/README.md b/models/speech/speech_recognition/conformer/igie/README.md index f94df3932819867c70522829d330a20593909e19..7a85fe0db6a1cabbffa7eccb43f4739729486ce9 100644 --- a/models/speech/speech_recognition/conformer/igie/README.md +++ b/models/speech/speech_recognition/conformer/igie/README.md @@ -9,10 +9,7 @@ Conformer is a speech recognition model proposed by Google in 2020. It combines ### Install ```bash -pip3 install tqdm -pip3 install onnx -pip3 install typeguard==2.13.3 -pip3 install onnxsim +pip3 install -r requirements.txt cd ctc_decoder/swig && bash setup.sh cd ../../ ``` diff --git a/models/speech/speech_recognition/conformer/igie/requirements.txt b/models/speech/speech_recognition/conformer/igie/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..58a9d085c1edb8f5304ba5cd9349eea3d83537d6 --- /dev/null +++ b/models/speech/speech_recognition/conformer/igie/requirements.txt @@ -0,0 +1,4 @@ +tqdm +onnx +typeguard==2.13.3 +onnxsim