-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trained Model and Code? #2
Comments
Hi the code in here is outdated .... there's the another repo that has even more functionalities ... |
Hi, |
@ysong10 I've found a pre-trained model here: https://github.com/cad0p/maskrcnn-modanet/blob/38551c4ae684000a4c6f31c46c6912db5fdbe2c3/maskrcnn_modanet/download.sh#L141 EDIT: Looks like you can train model using get_prediction_method from his custom segmentation functions: https://github.com/morawi/FashionColor/blob/174ea1d83af48a4afc48e564b3440e42ef44de40/draw_image.py#L28 You can see something more detailed in one of the pytorch documents he references: https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html From there, I'm assuming you can train the saved model to the pth file using pickle, etc. I'm also going through this on my own for a project and will post an article when done |
Hi, do you know how can I use the trained model in google colab? Thanks for your help. |
Hi,
Thank you for providing the code corresponding to the paper; the outcomes are noteworthy, especially when compared with TinEye. I have observed that there is some code missing, as highlighted in a separate issue. Could you also share the trained model and the associated code, please?
The text was updated successfully, but these errors were encountered: