summaryrefslogtreecommitdiff
path: root/python-cvhub.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-18 05:19:00 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-18 05:19:00 +0000
commit8f97812b62998b46691afc0e2df5f28e04456df0 (patch)
tree89ea02fb8077bcefee74060661210c4b343778c5 /python-cvhub.spec
parent28a28d41f81f30833a8d4660db5462f0a260c54b (diff)
automatic import of python-cvhub
Diffstat (limited to 'python-cvhub.spec')
-rw-r--r--python-cvhub.spec291
1 files changed, 291 insertions, 0 deletions
diff --git a/python-cvhub.spec b/python-cvhub.spec
new file mode 100644
index 0000000..80d01b3
--- /dev/null
+++ b/python-cvhub.spec
@@ -0,0 +1,291 @@
+%global _empty_manifest_terminate_build 0
+Name: python-cvhub
+Version: 0.1.11
+Release: 1
+Summary: A python util package
+License: MIT License
+URL: https://github.com/ThreeParty/U-2-Net.git
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1f/8c/3f0a164198fc0c77d72c52e5c8439a01718f80802ade606a9052d4afa1f5/cvhub-0.1.11.tar.gz
+BuildArch: noarch
+
+
+%description
+# AIHub
+
+#### 目标检测
+- [YOLOv5](https://github.com/ultralytics/yolov5)
+- [Mask_RCNN](https://github.com/matterport/Mask_RCNN)
+- [mmdetection](https://github.com/open-mmlab/mmdetection)
+- [EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch)
+- [EfficientDet](https://github.com/google/automl/tree/master/efficientdet)
+- [DETR](https://github.com/facebookresearch/detr)
+- [CenterNet](https://github.com/xingyizhou/CenterNet)
+
+#### 语义分割
+
+- [U^2-Net](https://github.com/xuebinqin/U-2-Net)
+- [ModNet](https://github.com/ZHKKKe/MODNet)
+- [Robust Video Matting](https://peterl1n.github.io/RobustVideoMatting/#/): [CODE](https://github.com/PeterL1n/RobustVideoMatting)
+
+#### 风格/属性迁移
+
+- [StarGAN v2](https://github.com/clovaai/stargan-v2)
+- [StyleGAN2](https://github.com/NVlabs/stylegan2-ada-pytorch)
+- [StyleCLIP](https://github.com/orpatashnik/StyleCLIP)
+- [ALAE](https://github.com/podgorskiy/ALAE)
+- [CUT](https://github.com/taesungp/contrastive-unpaired-translation)
+
+#### 超分辨率
+
+- [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
+- [DRN](https://github.com/guoyongcs/DRN)
+- [GFPGAN](https://github.com/TencentARC/GFPGAN)
+- [SREZ](https://github.com/david-gpu/srez)
+- [SuperResolution](https://github.com/krasserm/super-resolution)
+- [Image Super Resolution](https://github.com/idealo/image-super-resolution)
+
+#### 图片拟合
+
+- [PyMatting](https://github.com/pymatting/pymatting)
+- [Deep Image Matting](https://github.com/foamliu/Deep-Image-Matting-PyTorch)
+- [MGMatting](https://github.com/yucornetto/MGMatting)
+- [BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2)
+
+#### 图片增强
+- [DPED](https://github.com/aiff22/DPED)
+- [CURL](https://github.com/sjmoran/CURL)
+- [EnlightenGAN](https://github.com/VITA-Group/EnlightenGAN)
+
+#### 图片修复
+
+- [Bringing old photos](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life)
+- [DeblurGANv2](https://github.com/VITA-Group/DeblurGANv2)
+
+#### 图片摘要
+
+- [Tutorial to Image Captioning](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning)
+
+#### 目标跟踪
+
+- [Yolov5_DeepSort](https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch)
+
+#### 视频补帧
+
+- [RIFE](https://github.com/hzwer/arXiv2020-RIFE)
+
+#### 向量引擎 / NN
+- [Milvus](https://github.com/milvus-io/milvus)
+- [Faiss](https://github.com/facebookresearch/faiss)
+- [Hnswlib](https://github.com/nmslib/hnswlib)
+- [PySparNN](https://github.com/facebookresearch/pysparnn)
+
+#### 以图搜图
+- [ImageDedup](https://idealo.github.io/imagededup)
+
+
+
+
+%package -n python3-cvhub
+Summary: A python util package
+Provides: python-cvhub
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-cvhub
+# AIHub
+
+#### 目标检测
+- [YOLOv5](https://github.com/ultralytics/yolov5)
+- [Mask_RCNN](https://github.com/matterport/Mask_RCNN)
+- [mmdetection](https://github.com/open-mmlab/mmdetection)
+- [EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch)
+- [EfficientDet](https://github.com/google/automl/tree/master/efficientdet)
+- [DETR](https://github.com/facebookresearch/detr)
+- [CenterNet](https://github.com/xingyizhou/CenterNet)
+
+#### 语义分割
+
+- [U^2-Net](https://github.com/xuebinqin/U-2-Net)
+- [ModNet](https://github.com/ZHKKKe/MODNet)
+- [Robust Video Matting](https://peterl1n.github.io/RobustVideoMatting/#/): [CODE](https://github.com/PeterL1n/RobustVideoMatting)
+
+#### 风格/属性迁移
+
+- [StarGAN v2](https://github.com/clovaai/stargan-v2)
+- [StyleGAN2](https://github.com/NVlabs/stylegan2-ada-pytorch)
+- [StyleCLIP](https://github.com/orpatashnik/StyleCLIP)
+- [ALAE](https://github.com/podgorskiy/ALAE)
+- [CUT](https://github.com/taesungp/contrastive-unpaired-translation)
+
+#### 超分辨率
+
+- [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
+- [DRN](https://github.com/guoyongcs/DRN)
+- [GFPGAN](https://github.com/TencentARC/GFPGAN)
+- [SREZ](https://github.com/david-gpu/srez)
+- [SuperResolution](https://github.com/krasserm/super-resolution)
+- [Image Super Resolution](https://github.com/idealo/image-super-resolution)
+
+#### 图片拟合
+
+- [PyMatting](https://github.com/pymatting/pymatting)
+- [Deep Image Matting](https://github.com/foamliu/Deep-Image-Matting-PyTorch)
+- [MGMatting](https://github.com/yucornetto/MGMatting)
+- [BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2)
+
+#### 图片增强
+- [DPED](https://github.com/aiff22/DPED)
+- [CURL](https://github.com/sjmoran/CURL)
+- [EnlightenGAN](https://github.com/VITA-Group/EnlightenGAN)
+
+#### 图片修复
+
+- [Bringing old photos](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life)
+- [DeblurGANv2](https://github.com/VITA-Group/DeblurGANv2)
+
+#### 图片摘要
+
+- [Tutorial to Image Captioning](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning)
+
+#### 目标跟踪
+
+- [Yolov5_DeepSort](https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch)
+
+#### 视频补帧
+
+- [RIFE](https://github.com/hzwer/arXiv2020-RIFE)
+
+#### 向量引擎 / NN
+- [Milvus](https://github.com/milvus-io/milvus)
+- [Faiss](https://github.com/facebookresearch/faiss)
+- [Hnswlib](https://github.com/nmslib/hnswlib)
+- [PySparNN](https://github.com/facebookresearch/pysparnn)
+
+#### 以图搜图
+- [ImageDedup](https://idealo.github.io/imagededup)
+
+
+
+
+%package help
+Summary: Development documents and examples for cvhub
+Provides: python3-cvhub-doc
+%description help
+# AIHub
+
+#### 目标检测
+- [YOLOv5](https://github.com/ultralytics/yolov5)
+- [Mask_RCNN](https://github.com/matterport/Mask_RCNN)
+- [mmdetection](https://github.com/open-mmlab/mmdetection)
+- [EfficientNet](https://github.com/lukemelas/EfficientNet-PyTorch)
+- [EfficientDet](https://github.com/google/automl/tree/master/efficientdet)
+- [DETR](https://github.com/facebookresearch/detr)
+- [CenterNet](https://github.com/xingyizhou/CenterNet)
+
+#### 语义分割
+
+- [U^2-Net](https://github.com/xuebinqin/U-2-Net)
+- [ModNet](https://github.com/ZHKKKe/MODNet)
+- [Robust Video Matting](https://peterl1n.github.io/RobustVideoMatting/#/): [CODE](https://github.com/PeterL1n/RobustVideoMatting)
+
+#### 风格/属性迁移
+
+- [StarGAN v2](https://github.com/clovaai/stargan-v2)
+- [StyleGAN2](https://github.com/NVlabs/stylegan2-ada-pytorch)
+- [StyleCLIP](https://github.com/orpatashnik/StyleCLIP)
+- [ALAE](https://github.com/podgorskiy/ALAE)
+- [CUT](https://github.com/taesungp/contrastive-unpaired-translation)
+
+#### 超分辨率
+
+- [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
+- [DRN](https://github.com/guoyongcs/DRN)
+- [GFPGAN](https://github.com/TencentARC/GFPGAN)
+- [SREZ](https://github.com/david-gpu/srez)
+- [SuperResolution](https://github.com/krasserm/super-resolution)
+- [Image Super Resolution](https://github.com/idealo/image-super-resolution)
+
+#### 图片拟合
+
+- [PyMatting](https://github.com/pymatting/pymatting)
+- [Deep Image Matting](https://github.com/foamliu/Deep-Image-Matting-PyTorch)
+- [MGMatting](https://github.com/yucornetto/MGMatting)
+- [BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2)
+
+#### 图片增强
+- [DPED](https://github.com/aiff22/DPED)
+- [CURL](https://github.com/sjmoran/CURL)
+- [EnlightenGAN](https://github.com/VITA-Group/EnlightenGAN)
+
+#### 图片修复
+
+- [Bringing old photos](https://github.com/microsoft/Bringing-Old-Photos-Back-to-Life)
+- [DeblurGANv2](https://github.com/VITA-Group/DeblurGANv2)
+
+#### 图片摘要
+
+- [Tutorial to Image Captioning](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning)
+
+#### 目标跟踪
+
+- [Yolov5_DeepSort](https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch)
+
+#### 视频补帧
+
+- [RIFE](https://github.com/hzwer/arXiv2020-RIFE)
+
+#### 向量引擎 / NN
+- [Milvus](https://github.com/milvus-io/milvus)
+- [Faiss](https://github.com/facebookresearch/faiss)
+- [Hnswlib](https://github.com/nmslib/hnswlib)
+- [PySparNN](https://github.com/facebookresearch/pysparnn)
+
+#### 以图搜图
+- [ImageDedup](https://idealo.github.io/imagededup)
+
+
+
+
+%prep
+%autosetup -n cvhub-0.1.11
+
+%build
+%py3_build
+
+%install
+%py3_install
+install -d -m755 %{buildroot}/%{_pkgdocdir}
+if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
+if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
+if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
+if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
+pushd %{buildroot}
+if [ -d usr/lib ]; then
+ find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/lib64 ]; then
+ find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/bin ]; then
+ find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+if [ -d usr/sbin ]; then
+ find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst
+fi
+touch doclist.lst
+if [ -d usr/share/man ]; then
+ find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst
+fi
+popd
+mv %{buildroot}/filelist.lst .
+mv %{buildroot}/doclist.lst .
+
+%files -n python3-cvhub -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.11-1
+- Package Spec generated