Skip to content

A python module to process the annotations from Indoor Scene Recognition dataset (CVPR 09 - MIT).

Notifications You must be signed in to change notification settings

brunocamarggo/mit67

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Installing

Just set the dataset paths in config.py file.

# -*- coding: utf-8 -*-
paths = dict(
    ANNOTATIONS='/example/of/path/MIT67/Annotations/',
    IMAGES='/example/of/path/MIT67/Images/'
)

Running

$ python mit67.py

Example

Screenshot

About

A python module to process the annotations from Indoor Scene Recognition dataset (CVPR 09 - MIT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages