Turn 2D images of clothing into realistic 3D garments. Use Clothware API to automate your clothing design, character design or integrate it into an e-commerce solution. Click here for source code (Python notebook)!
Using API, make POST call with front & back images of T-shirt or pants. Specify type in form as 'shirt' or 'pants".
If the POST request is successful, you will recieve the generated 3D object, it's keypoints and texture.png.
Drag the artifacts into an object viewer, such as this one (3dviewer.net) and export the model.
You can also manipulate the texture.png file in any photo editor to refine the look and design of the garment.
You can test the API with front (odd) & back (even) image files found in the 'input' folder of this repo.
You can view example generated 3d objects by downloading one of the output zip files found in the 'output' folder of this repo.
Looking to replicate this API, here's the code: https://github.com/cameronking4/Clothware