Giter Site home page Giter Site logo

nmeripo / identifying-clothing-attributes Goto Github PK

View Code? Open in Web Editor NEW
27.0 4.0 9.0 59 KB

Pretrained VGG-16 network as feature extractor for Object Recognition (Python, Keras, Scikit-Learn)

Python 100.00%
keras image recognition vgg16 fine-tuning fine-tuning-cnns

identifying-clothing-attributes's Introduction

identifying-clothing-attributes's People

Contributors

nmeripo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

identifying-clothing-attributes's Issues

how to predict multiple attributes simultaneously

dear nmeripo:
I think the network you uesed treat the attributes recognition as a classification problem.and only can predict one sub-attribute of the category. i have read some papers about attribute recognize,and those papers usually add K paralleling fc layers(k is the number of the attributes,fc0 prEdict the attribute0,fc1 predict the attribute1...fck predict the attributeK) . so i think you can make a little revise about the network and the data preprocess file. and i will have a try to do this
best
ranran

what dataset you used

hi nmeripo:
i am interesting in attributes recognition recently.could you tell me what dataset you used in your codes ?

Could you please provide the 'preprocessed' folder? Thanks

Dear nmerip,
I have read your paper —"Describing clothing by semantic attributes", which is an amazing project. I want to run your project to detect clothing attributes of some pictures. However, I couldn't run the project without the category_train.csv and category_test.csv which wasn't contained in the dataset. Could you please upload the two files? I will really appreciate.

preprocess.py: KeyError: 'shirt'

Dear NMERIPO,
while i run the program preprocess.py ,it said :KeyError: 'shirt' , the detail as following.
please help me to take a look. I downloaded ClothingAttributeDataset.zip, maybe that something less than your did. if you give me your cvs data: category_test.csv, it will be great appreciated!
cheers
Edward

File "D:/clothing/Identifying-Clothing-Attributes-master/preprocess.py", line 59, in
print (key, round(100 * category_df[key].value_counts()[1]/ float(category_df.shape[0]), 2))

File "D:\dev\IDE\Anaconda3\lib\site-packages\pandas\core\frame.py", line 2139, in getitem

File "D:\dev\IDE\Anaconda3\lib\site-packages\pandas\core\frame.py", line 2146, in _getitem_column

File "D:\dev\IDE\Anaconda3\lib\site-packages\pandas\core\generic.py", line 1842, in _get_item_cache

File "D:\dev\IDE\Anaconda3\lib\site-packages\pandas\core\internals.py", line 3843, in get

File "D:\dev\IDE\Anaconda3\lib\site-packages\pandas\core\indexes\base.py", line 2527, in get_loc

File "pandas/_libs/index.pyx", line 117, in pandas._libs.index.IndexEngine.get_loc

File "pandas/_libs/index.pyx", line 139, in pandas._libs.index.IndexEngine.get_loc

File "pandas/_libs/hashtable_class_helper.pxi", line 1265, in pandas._libs.hashtable.PyObjectHashTable.get_item

File "pandas/_libs/hashtable_class_helper.pxi", line 1273, in pandas._libs.hashtable.PyObjectHashTable.get_item

KeyError: 'shirt'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.