Giter Club home page Giter Club logo

Comments (6)

hrsma2i avatar hrsma2i commented on September 2, 2024

All outfits in this Polyvore dataset are not in the same order, so you should sort the items in them by their category after you define coarse categories e.g. tops, bottoms, etc.
They are not defined in the dataset which has only fine-grained categories.

You should also include the EOS (end of a sequence) and the BOS (beginning of a sequence) when computing the loss and generating outfits.
It works better when adding the EOS and the BOS to the search space.

As you said, it is nice to filter the search space by a category.

from polyvore.

kargarisaac avatar kargarisaac commented on September 2, 2024

All outfits in this Polyvore dataset are not in the same order, so you should sort the items in them by their category after you define coarse categories e.g. tops, bottoms, etc.
They are not defined in the dataset which has only fine-grained categories.

You should also include the EOS (end of a sequence) and the BOS (beginning of a sequence) when computing the loss and generating outfits.
It works better when adding the EOS and the BOS to the search space.

As you said, it is nice to filter the search space by a category.

Thank you. I modified the set_generation.py code and read your code many times. I don't see anywhere that you set the place (time step) of input image. I mean does the network need to know what the class of input (top, bottom, ...) is? I feed an image and it works fine without knowing anything about the input image.
I have another question. If I want to train this network on my own dataset, I need to create some folders for each dataset and sort the items in each folder based on the sequence (top, bottom, ...) and create a json file for that, right? What about EOS and BOS? how can I set them too?

from polyvore.

kargarisaac avatar kargarisaac commented on September 2, 2024

Another question. Is there any trained model or any file to create a dataset to train it?

from polyvore.

hrsma2i avatar hrsma2i commented on September 2, 2024

This repository is not mine.
In my case, I sorted the items in each outfit in json file and saved it as a new json file.

EOS and BOS are zero vector as mentioned in the paper.

I reimplemented this model with another deep learning framework, Chainer which is the origine of PyTorch and easier to implement models.
I can answer to your question if you use Chainer.
There may also be another repo of this model implemented with PyTorch.

from polyvore.

kargarisaac avatar kargarisaac commented on September 2, 2024

This repository is not mine.
In my case, I sorted the items in each outfit in json file and saved it as a new json file.

EOS and BOS are zero vector as mentioned in the paper.

I reimplemented this model with another deep learning framework, Chainer which is the origine of PyTorch and easier to implement models.
I can answer to your question if you use Chainer.
There may also be another repo of this model implemented with PyTorch.

Thank you. I saw the pytorch implementation too. My questions was only conceptual. Maybe you can help me. because you implemented it again and know more than me.
Is your implementation open sourced?

from polyvore.

abhinavcoder avatar abhinavcoder commented on September 2, 2024

My question is aligned with @kargarisaac , I want to give a query image (not from database), where should I enter its info? If I need to add it to the database by creating sequence then there's no usability of this method. Please help.

from polyvore.

Related Issues (20)

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.