LeeRock / street2shopTriplet

Challenge the customer to shop task with tripletNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

street2shop

Task

Clothes image retrieval from consumer(street) image to shop(online) image.

Method

TripletNet

Implementation

These notebooks are implemented by python3.5 or 3.6, keras 2.2.1

Sample Dataset

  • anchor = street image
  • positive = shop image consistent to anchor
  • negative = shop image not consistent to anchor

example

Network

whole structure

embNet structure

About

Challenge the customer to shop task with tripletNet


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%