├── LICENSE ├── README.md ├── app.py ├── assets ├── 1.png └── 2.png ├── input ├── 03615_00.jpg └── 08909_00.jpg ├── network.py ├── options.py ├── process.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/app.py -------------------------------------------------------------------------------- /assets/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/assets/1.png -------------------------------------------------------------------------------- /assets/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/assets/2.png -------------------------------------------------------------------------------- /input/03615_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/input/03615_00.jpg -------------------------------------------------------------------------------- /input/08909_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/input/08909_00.jpg -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/network.py -------------------------------------------------------------------------------- /options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/options.py -------------------------------------------------------------------------------- /process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/process.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wildoctopus/huggingface-cloth-segmentation/HEAD/requirements.txt --------------------------------------------------------------------------------