A pytorch re-implementation of "FiNet: Compatible and Diverse Fashion Image Inpainting"
- data_crawler: web crawler using scrapy
- Fi_dataset.py: data loader
- train.py: train the network
- test.py: test the network
- models.py: model framework
- utils.py: some tool functions
This re-implementation has been based on this paper and tested with pytorch 0.4.1 on Ubuntu 16.04(GeForce GTX 1080 Ti).