登录
首页 » Python » AVA_dataset

AVA_dataset

于 2017-04-15 发布 文件大小:4383KB
0 188
下载积分: 1 下载次数: 44

代码说明:

  ava数据库下载代码,用于图像美学质量评价(download ava dataset,image aesthetic assessment)

文件列表:

AVA_dataset
...........\aesthetics_image_lists
...........\......................\animal_test.jpgl,19674,2012-06-15
...........\......................\animal_train.jpgl,19675,2012-06-15
...........\......................\architecture_test.jpgl,19613,2012-06-15
...........\......................\architecture_train.jpgl,19611,2012-06-15
...........\......................\cityscape_test.jpgl,19521,2012-06-15
...........\......................\cityscape_train.jpgl,19559,2012-06-15
...........\......................\floral_test.jpgl,19776,2012-06-15
...........\......................\floral_train.jpgl,19773,2012-06-15
...........\......................\fooddrink_test.jpgl,19986,2012-06-15
...........\......................\fooddrink_train.jpgl,19992,2012-06-15
...........\......................\generic_ls_train.jpgl,157375,2012-06-15
...........\......................\generic_ss_train.jpgl,19699,2012-06-15
...........\......................\generic_test.jpgl,157303,2012-06-15
...........\......................\landscape_test.jpgl,19730,2012-06-15
...........\......................\landscape_train.jpgl,19719,2012-06-15
...........\......................\portrait_test.jpgl,19704,2012-06-15
...........\......................\portrait_train.jpgl,19736,2012-06-15
...........\......................\stilllife_test.jpgl,19299,2012-06-15
...........\......................\stilllife_train.jpgl,19310,2012-06-15
...........\AVA.txt,12493564,2012-06-15
...........\challenges.txt,26978,2012-06-15
...........\README.txt,4086,2012-10-11
...........\scripts
...........\.......\README.txt,339,2014-04-11
...........\.......\test.ids,38457,2014-04-11
...........\.......\trainval.ids,38429,2014-04-11
...........\.......\urldl.py,3364,2014-04-11
...........\style_image_lists
...........\.................\styles.txt,221,2012-06-15
...........\.................\test.jpgl,22013,2012-06-15
...........\.................\test.multilab,81461,2012-06-15
...........\.................\train.jpgl,88316,2012-06-15
...........\.................\train.lab,38039,2012-06-15
...........\tags.txt,949,2012-06-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Canny_Improve
    有关改良Canny算法的一些还算可以的文献(Improved Canny algorithm on some literature.)
    2013-10-30 08:56:31下载
    积分:1
  • xuanzhuan_ert_rtw
    对图形的旋转 有不错的效果 可以试试 让图形从左到右(Rotation pattern has a good effect can try)
    2016-09-26 00:16:45下载
    积分:1
  • edge
    图像边沿提取,程序简单,适合图像处理初学者。(Image edge extraction, the procedure is simple, suitable for image processing for beginners.)
    2013-08-26 10:53:07下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • 第二代小波变换lyasu1
    第二代小波变换,基于提升格式的整数小波实现数字图像的无损压缩编码(Second-generation wavelet transform, lifting scheme based on integer wavelet realize the lossless compression of digital image coding)
    2020-07-07 17:08:57下载
    积分:1
  • tensorflow test
    基于TensorFlow图像处理的小测试,里面的代码自己尝试过都可以运行。(Based on the TensorFlow image processing test, the code can run if it has tried.)
    2020-11-22 22:49:35下载
    积分:1
  • MATLAB疲劳检测专注度识别GUI用户界面
    说明:  一、主要研究内容 1.基本内容 本设计目标在于利用Matlab强大的图像处理能力和实用便捷的编程方法,通过处理包含人脸的视频帧系列图像,灰度积分投影技术的眼睛定位方法,进而利用perclos计数,计算眨眼率,从而得到比较准确的疲劳状况。包括lun文初稿撰写。 2.具体要求 本设计基于灰度积分投影技术的眼睛定位方法,再结合perclos技术。首先通过图像预处理技术得到灰度分配较为均匀的图像,然后分别利用水平和垂直灰度积分投影曲线结合人脸的结构特征找到眼睛的位置坐标,实现了准确的眼睛定位,通过perclos技术技术眨眼率,根据先验值得到是否疲劳。 二、算法原理 视频输入——预处理去除非人脸区域——人脸定位——人眼定位(灰度积分投影)——眼睛张合度——perclos技术统计——输出结果 三、GUI界面设计 [需要有一定编程功底](1. Basic contents The goal of this design is to use the powerful image processing ability of MATLAB and the practical and convenient programming method, through processing the video frame series images including face, the eye location method of gray integral projection technology, and then using PERCLOS count to calculate the blink rate, so as to get a more accurate fatigue condition. Including the first draft of Lun.)
    2020-08-07 12:41:57下载
    积分:1
  • WFC-system-image-process
    这是针对波前编码成像系统模拟,以及图像复原模拟代码(this is the wavefront coding image processing code of WFC optic system. it is very useful in WFC syetem for research .)
    2021-04-06 11:59:02下载
    积分:1
  • wireless_comunications(2nd_Version)
    算法工程师学习现代通信知识的基础教材,国外进口翻译版。(Algorithm Engineer learn basic knowledge of modern communication materials, imported translations.)
    2016-04-16 14:50:43下载
    积分:1
  • laplacian
    Calculate the Laplacian of an image, can be accelerated by the GPU.
    2020-06-21 11:00:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载