1.Phog 代码:http://www.robots.ox.ac.uk/~vgg/research/caltech/phog.html

其它链接:http://www.robots.ox.ac.uk/~vgg/software/

Homogeneous kernel map for fast non-linear classification with additive kernels

The homogeneous kernel map allows large scale training of non-linear SVMs based on additive kernels such as Chi2, intersection, and Jensen-Shannon. The map transforms the data into a compact linear representation which reproduces the desired kernel to a very good level of approximation. This representation enables then to use very fast linear SVM solvers.

User interface for interactive image segmentation

A matlab implementation of a user interface for interactive segmentation. Implements the star-convexity algorithms described in Gulshan et al. in CVPR2010 and other commonly used interactive segmentation methods.

FASTANN and FASTCLUSTER for approximate k-means (AKM)

A distributed implementation of the approximate k-means (AKM) algorithm presented in Philbin et al. at CVPR 2007. The software consists of two libraries: i) FASTANN, a library for fast, approximate nearest neighbours. ii) FASTCLUSTER, an MPI-distributed library for doing exact and approximate k-means.

Descriptor Learning Using Convex Optimisation

Code and learnt models for feature descriptor computation and evaluation, as described in Simonyan et al., ECCV 2012.

2D articulated human pose estimation

The software for articulated human pose estimation in still images is designed to operate in uncontrolled images with difficult illumination conditions and cluttered backgrounds. The only assumption the algorithm makes is that people are upright (i.e. their head is above their torso) and they are seen approximately from a frontal viewpoint.

Hand detection using multiple proposals

The code for hand detection in static images implementing the method described in Mittal et al. at BMVC 2011.

Efficient structured output SVM ranking

The reference implementation of the structured output ranking algorithm with linear time constraint generation method proposed in Mittal et al. at ECCV 2012.

Encoding Methods Evaluation Toolkit

MATLAB code for evaluation of different bag of visual words encoding schemes over standard image classification test datasets.

Multiple Kernel Learning for Image Classification

The VGG MKL classifier is an implementation of multiple kernel learning for image classification. It bundles powerful image descriptors (spatial pyramids of geometric blur, fast dense SIFT, and self-similarity features) and achieves state-of-the-art performance on Caltech-101. In MATLAB/C, compatible with Linux 32/64, Windows 32/64, and Mac OS X.

Upper-body Detector

The upper-body detector software pages provide download links for software designed to detect the region between the top of the head and the upper half of the torso. Example results (images and video) and performance evaluations are included.

Self-Similarity Descriptor

Implementation of the Self-Similarity Descriptor by Varun Gulshan, based on the paper Matching Local Self-Similarities across Images and Videos, by Eli Shechtman and Michal Irani at CVPR '07.

Multi-frame Image Super-resolution

The Super-resolution code page provides a basic suite of Matlab/C-Mex functions for computing ML and MAP super-resolution image estimates, including documentation and a demo m-file.

Pyramid Histogram of Oriented Gradients

Code for computing the Pyramid Histogram of Oriented Gradients (PHOG) descriptor over a Region Of Interest (ROI) is provided on the phog page, which is part of theImage Classification section of the research pages.

Affine Covariant Features

The following items link into the Affine Covariant Features section of the VGG'sresearch pages.

  • Region detectors - Linux binaries for detecting affine covariant regions.
  • Region descriptors - Linux binaries for computing region descriptors.
  • Detectors evaluation - Matlab files to compute the repeatability.
  • Descriptors evaluation - Matlab files to compute the matching score.

Affine Normalized Regions

input
output
  • Linux binary to compute affine normalized regions around interest points.
  • With thanks to Frederik Schaffalitzky, VGG, Univ of Oxford.

Probabilistic Latent Semantic Analysis (pLSA)

  • pLSA Matlab demo code (by Josef Sivic, VGG, Univ. of Oxford)
  • An extended version of this pLSA code was included in the ICCV 2005 short course Recognizing and Learning Object Categories by Li Fei Fei, Rob Fergus and Antonio Torralba and can be downloaded from the short coursewebpage.
  • Another implementation of the pLSA model (by Peter Gehler)

Visual Geometry Group 资源(vgg)相关推荐

  1. VGG (Visual Geometry Group)

    VGG网络 (Visual Geometry Group) 介绍 在 ImageNet 竞赛中 Localization Task(定位任务)第一名和 Classification Task(分类任务 ...

  2. VGG(visual geometry group,超分辨率测试序列)

    VGG(visual geometry group,超分辨率测试序列)   这里有两个表格,其中第一个表格是描述的是VGGNet的诞生过程.为了解决初始化(权重初始化)等问题,VGG采用的是一种Pre ...

  3. 基于卷积神经网络VGG实现水果分类识别

    基于卷积神经网络VGG实现水果分类识别 一. 前言 二. 模型介绍 三. 数据处理 四. 模型搭建 4.1 定义卷积池化网络 4.2 搭建VGG网络 4.3 参数配置 4.4 模型训练 4.5 绘制l ...

  4. (pytorch-深度学习系列)使用重复元素的网络(VGG)

    使用重复元素的网络(VGG) VGG的名字来源于论文作者所在的实验室Visual Geometry Group,VGG提出了可以通过重复使用简单的基础块来构建深度模型的思路. VGG Block(VG ...

  5. 系统学习深度学习(十七)--VGG模型

    原文:http://blog.csdn.net/u014114990/article/details/50715548 最近在看imagenet  ILSVRC2015 比赛结果,除了 msra 的深 ...

  6. 深度学习(VGG模型)

    本程序采用百度 paddlepaddle 深度学习框架,并在百度 AI Studio 平台上运行 目录 1 实验内容 2 原始模型 CNN 2.1 原始 CNN 网络结构 2.2 原始 CNN 的定义 ...

  7. 手撕VGG卷积神经网络-pytorch-详细注释版(可以直接替换自己数据集)-直接放置自己的数据集就能直接跑。跑的代码有问题的可以在评论区指出,看到了会回复。训练代码和预测代码均有。

    Alexnet网络详解代码:手撕Alexnet卷积神经网络-pytorch-详细注释版(可以直接替换自己数据集)-直接放置自己的数据集就能直接跑.跑的代码有问题的可以在评论区指出,看到了会回复.训练代 ...

  8. 10篇论文带你入门深度学习图像分类(附下载)

    来源:计算机视觉联盟 本文约7600字,建议阅读10+分钟. 本文将介绍10篇最佳论文供初学者阅读. 前言 计算机视觉是将图像和视频转换成机器可理解的信号的主题.利用这些信号,程序员可以基于这种高级理 ...

  9. 深度学习 图像分类_深度学习时代您应该阅读的10篇文章了解图像分类

    深度学习 图像分类 前言 (Foreword) Computer vision is a subject to convert images and videos into machine-under ...

最新文章

  1. R语言ggplot2可视化:在可视化图像中添加对角线(diagonal line)
  2. linux常用查看硬件设备信息命令
  3. python语言入门自学-如何系统地自学 Python?
  4. Activiti工作流引擎使用
  5. 360浏览器图片放大镜如何关闭
  6. HaspMap 多线程下 resize 死循环
  7. vue定义对象变量并合并成新的对象
  8. python * args和** kwargs的用法
  9. getElementsByName和getElementByID
  10. 一款小工具DeskPinsEx开发笔记
  11. 一起学爬虫(Python) — 01
  12. 计算机运行一段时间假死,电脑使用一段时间后变慢或死机(提高电脑运行速度技巧)...
  13. 一次系统宕机认识系统日志
  14. 圆角半角数据库_MySQL存储全角字符和半角字符的区别
  15. PCB 板弯了怎么办?pcb板弯翘原因分析及改善方法
  16. JavaScript写一个虚拟软键盘,可拼音输入
  17. k型热电偶分度表_热电偶补偿导线
  18. 小程序 mysql+php 数据写
  19. 自动化测试-Nodejs + mocha + mocha-allure-reporter Trend部分没有值的问题
  20. 拳击游戏结合硬件开发

热门文章

  1. 函数的返回值——数组返回
  2. 给程序员的10条中肯建议
  3. 基于PHP旅游网站的设计与开发
  4. Systemverilog实现参数化的Round-Robin Arbiter Tree
  5. mysql dump -a -b_MySQL数据导出工具 mysqldump
  6. 2021年Java面经分享:java基础入门清华大学出版社课后答案
  7. YK03 用户交互:初始设置的输入2
  8. chome浏览器中,console报错却不显示错误
  9. DELPHI 键盘HOOK,DLL注入,带窗口DLL注入及释放
  10. GMS快速高鲁棒性特征学习