This is the implementation of "Video Playback Rate Perception for Self-supervised Spatio-Temporal Representation Learning" in IEEE Conference on Computer Vision and Pattern Recognition(CVPR 2020)
原始仓库地址:https://github.com/yuanyao366/prp.git
本项目提出了一种基于原型混合模型的小样本语义分割方法。该方法用于解决小样本语义分割中语义混叠的问题,在Pascal VOC 和COCO数据集上取得了显著的提升。
相关研究发表于ECCV 2020:
"Prototype Mixture Models for Few-shot Semantic Segmentation" in European Conference on Computer Vision(ECCV 2020).
Milvus是一个用于大规模特征向量的开源相似度搜索引擎。构建了异构计算体系结构,以达到最佳的成本效率。在十亿尺度的向量上进行搜索只需要毫秒的时间和最少的计算资源。Milvus可以用于各种各样的场景来促进AI的发展。
原始仓库地址:https://github.com/milvus-io/milvus.git
一个用于图像情绪分类(情绪影响)的模型示例。该模型首先对图像分类特征进行一次遍历,然后学习二级分类层。
原始仓库地址:https://github.com/acumos/image-mood-classifier.git
一种用于Acumos图像分类的模型示例。
原始仓库地址:https://github.com/acumos/image-classification.git
人脸检测与抑制模型。
原始仓库地址:https://github.com/acumos/face-privacy-filter.git
face.evoLVe.pytorch为人脸相关分析和应用提供了全面的人脸识别库,包括人脸对齐、数据处理、各种骨干网、各种损失函数、提高性能的技巧包等各类内容。
原始仓库地址:https://github.com/zhaoj9014/face.evolve.pytorch.git
本项目是基于 PyTroch 实现的 self-critical 的 image caption 任务。本项目基于imageCaptioning.pytorch 项目,主要的不同有:1. 使用了 Self critical training;2.自底向上的特征;3.Ensemble;4.多GPU训练的支持;5.加入了 transformer 结构。
原始仓库地址:https://github.com/ruotianluo/self-critical.pytorch.git
首届全国人工智能大赛 AI+4K HDR 赛道,rainbow团队决赛代码分享
原始仓库地址:https://github.com/zheng222/videohdr.git
本项目由想测水深团队建立,用于向水下目标检测中光学图片物体检测,在2019年初由国家自然科学基金委员会、湛江市人民政府以及鹏城实验室联合举办的水下目标检测算法赛光学赛项中获得第三十一名的好成绩。
原始仓库地址:https://github.com/wakinguup/underwater_detection.git