You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please explain how to use this model to work on any random Image containing different clothes.
Or how i can train a new model which will work on any random data containing clothes.
Thank You
The text was updated successfully, but these errors were encountered:
I'm not very satisfied with the current results so i'm refactoring the code a little bit, while i'm at it i hope to add a simple flask application so that people can use the model easily.
In the mean time, to train a new model you need download the data set end set the paths in commons/config.py . Then you can run the experiment.py to train a new model.
I only used it to generate submissions for the contest so there is no easy way to do inference on arbitrary data right now other than writing that functionality by your self, as i've said, i hope to develop some functionality in this repo to ease that kind of processes. Any pull request towards that will be much appreciated :)
I have trained one model using the code .
Can you please let me know how can i use the trained model to detect cloth attributes from any input image.. ?? any script ??
HI Cenk,
Can you please explain how to use this model to work on any random Image containing different clothes.
Or how i can train a new model which will work on any random data containing clothes.
Thank You
The text was updated successfully, but these errors were encountered: