# FiNet-pytorch **Repository Path**: wtadota/FiNet-pytorch ## Basic Information - **Project Name**: FiNet-pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-28 - **Last Updated**: 2020-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FiNet-pytorch A pytorch re-implementation of "FiNet: Compatible and Diverse Fashion Image Inpainting" ## Code structure - **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 ## Acknowledgements This re-implementation has been based on [this paper](http://openaccess.thecvf.com/content_ICCV_2019/papers/Han_FiNet_Compatible_and_Diverse_Fashion_Image_Inpainting_ICCV_2019_paper.pdf) and tested with pytorch 0.4.1 on Ubuntu 16.04(GeForce GTX 1080 Ti).