All Projects β†’ grahamar β†’ fashion_dataset

grahamar / fashion_dataset

Licence: other
Fashionista Dataset for training machine learning models

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fashion dataset

Agimagecontrols
cool tools for image edition
Stars: ✭ 217 (+214.49%)
Mutual labels:  photos
viewer
πŸ–Ό Simple file viewer with slideshow for media
Stars: ✭ 68 (-1.45%)
Mutual labels:  photos
moul
See https://github.com/moulco/moul
Stars: ✭ 17 (-75.36%)
Mutual labels:  photos
Viphotoview
View a photo with simple and basic interactive gesture.
Stars: ✭ 225 (+226.09%)
Mutual labels:  photos
Sumo
Sumo is a library that prepares for fast upload for iOS. It is effective when uploading by selecting images continuously.
Stars: ✭ 244 (+253.62%)
Mutual labels:  photos
Compressor
An android image compression library.
Stars: ✭ 6,745 (+9675.36%)
Mutual labels:  photos
Recall App
πŸ–ΌοΈ An open-source and decentralized alternative to Google Photos built on top of Blockstack
Stars: ✭ 212 (+207.25%)
Mutual labels:  photos
pyscrapers
Scrapers for vk, facebook, instagram and more
Stars: ✭ 18 (-73.91%)
Mutual labels:  photos
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+266.67%)
Mutual labels:  photos
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-82.61%)
Mutual labels:  photos
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+227.54%)
Mutual labels:  photos
Framegrabber
πŸ“±iOS app to extract full-resolution video frames as images.
Stars: ✭ 237 (+243.48%)
Mutual labels:  photos
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+798.55%)
Mutual labels:  photos
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+3649.28%)
Mutual labels:  photos
CustomTakePhotoAndCollectionViewAnimation
δΈͺδΊΊ
Stars: ✭ 12 (-82.61%)
Mutual labels:  photos
Insta Downloader
Video & Photo Downloader or Repost for Instagram.
Stars: ✭ 217 (+214.49%)
Mutual labels:  photos
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (-65.22%)
Mutual labels:  photos
nano photos provider2
PHP photos provider for nanogallery2
Stars: ✭ 37 (-46.38%)
Mutual labels:  photos
Selfhosted-Google-Photos-Alternative
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want.
Stars: ✭ 143 (+107.25%)
Mutual labels:  photos
ImagePicker
UIImagePickerController for camera and photo library
Stars: ✭ 26 (-62.32%)
Mutual labels:  photos

Fashion Dataset

Used for training machine learning models. It is compiled from a number of other datasets.

Fashionista Dataset (158,235 images)

Thanks to Kota Yamaguchi for the fashionista dataset. Paper

The fashionista package contains the Fashionista dataset without annotation, which was collected from chictopia.com in 2011.

The data is stored in a tab-delimited text files in the following format. Text files are split into chunks. Concatenating them will recover the full data records in one table.

posts/xxx.txt

Post(id, url)

Post represents a blog post in chictopia.com. In Chictopia, bloggers upload up to 5 photos to a single post. This table keeps the url of these posts and a unique identifier in the dataset.

Note that a blogger might delete some of the posts since the dataset was collected. It's not guaranteed that all posts are available.

photos/xxx.txt

Photo(post_id, url)

Photo represents a picture associated to each post. In the table, one row keeps a url and the id of the associated post.

garments/xxx.txt

Garment(post_id, name)

Garment is meta-data extracted from the post. In each post, bloggers list up their clothing items from the pre-defined set of clothing types. This garment table keeps pairs of the id of the post and extracted garment name.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].