@Reference(type=Inproceedings, author={"Loni, Babak","Menendez, Maria","Georgescu, Mihai","Galli, Luca","Massari, Claudio","Altingovde, Ismail Sengor","Martinenghi, Davide","Melenhorst, Mark","Vliegendhart, Raynor","Larson, Martha"}, title="Fashion-focused creative commons social dataset", year="2013", booktitle="Proceedings of the 4th ACM Multimedia Systems Conference", pages={"72","","77"}, url="http://doi.acm.org/10.1145/2483977.2483984", publisher="ACM", series="MMSys \'13", customData={"isbn","978-1-4503-1894-5","location","Oslo, Norway","numpages","6","doi","10.1145/2483977.2483984","acmid","2483984","address","New York, NY, USA","keywords","crowdsourcing, dataset, fashion, multimedia content analysis"}) @DatasetDescription(name="Fashion-Focused Creative Commons Social Dataset", description="a fashion-focused Creative Commons dataset, which is designed to contain a mix of general images as well as a large component of images that are focused on fashion (i.e., relevant to particular clothing items or fashion accessories)", creator="Babak Loni, Maria Menendez, Mihai Georgescu, Luca Galli, Claudio Massari, Ismail Sengor Altingovde, Davide Martinenghi, Mark Melenhorst, Raynor Vliegendhart, Martha Larson", downloadUrls="http://skuld.cs.umass.edu/traces/mmsys/2013/fashion/Fashion Dataset.zip") public class MMSys2013 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MMSys2013.QuestionResponse
Allowable types of answer for each question.
|
protected static class |
MMSys2013.Record
A record in the Fashion 10,000 dataset.
|
static class |
MMSys2013.Response
A response to a HIT
|
Modifier and Type | Field and Description |
---|---|
protected String |
baseLocation |
protected String |
expertDataFile |
protected String |
groundTruthFile |
protected String |
nonExpertDataFile |
protected String |
queriesFile |
Constructor and Description |
---|
MMSys2013() |
protected String baseLocation
protected String expertDataFile
protected String nonExpertDataFile
protected String groundTruthFile
protected String queriesFile
public MMSys2013()
public GroupedDataset<String,GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response>,MMSys2013.Response> getGroundTruth()
public GroupedDataset<String,GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response>,MMSys2013.Response> getNonExpertData()
public GroupedDataset<String,GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response>,MMSys2013.Response> getExpertData()
public GroupedDataset<String,GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response>,MMSys2013.Response> parseMetadata(File metadataFile)
metadataFile
- protected MMSys2013.QuestionResponse parseQR(String qr)
qr
- The stringMMSys2013.QuestionResponse
public static Map<String,List<ScoredAnnotation<MMSys2013.QuestionResponse>>> getAnnotationsQ1(GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response> data)
GroupedDataset
that represents the results from a
single category, returns a list of scored annotations for each group, for
question 1 (contains depication of category).data
- The dataScoredAnnotation
linked to image URLpublic static Map<String,List<ScoredAnnotation<MMSys2013.QuestionResponse>>> getAnnotationsQ2(GroupedDataset<String,ListDataset<MMSys2013.Response>,MMSys2013.Response> data)
GroupedDataset
that represents the results from a
single category, returns a list of scored annotations for each group, for
question 2 (is in category).data
- The group name to retrieveScoredAnnotation
linked to image URL