nok / modanet-eval

Initial data evaluation of ModaNet by eBay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modanet-eval

Initial data evaluation of ModaNet by eBay.

Usage

Check the dependencies, clone this repository and setup a new conda environment:

$ git clone https://github.com/nok/modanet-eval.git && cd modanet-eval 
$ conda env create -n modanet-eval -f environment.yml && source modanet-eval

Start all downloads with a passed destination path:

$ bash start_download.sh ~/Downloads/modanet

(Optional) Count the missing values and create a report:

$ python start_evaluation.py ~/Downloads/modanet

Dependencies

  • macOS: brew install aria2 wget
  • Debian: sudo apt-get install aria2 gzip wget

License

The developed software is Open Source Software released under the MIT license. But pay attention to the licences of the related repositories, in particular ModaNet and paperdoll.

About

Initial data evaluation of ModaNet by eBay.

License:MIT License


Languages

Language:Python 64.4%Language:Shell 35.6%